mirror of
https://github.com/nasa/trick.git
synced 2025-06-16 22:28:18 +00:00
Cleaning up once include variables and copyright cleanup.
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
This commit is contained in:
@ -1,35 +1,10 @@
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Trick Simulation Environment Software *
|
||||
* *
|
||||
* Copyright (c) 1996,1997 LinCom Corporation, Houston, TX *
|
||||
* All rights reserved. *
|
||||
* *
|
||||
* Copyrighted by LinCom Corporation and proprietary to it. Any unauthorized *
|
||||
* use of Trick Software including source code, object code or executables is *
|
||||
* strictly prohibited and LinCom assumes no liability for such actions or *
|
||||
* results thereof. *
|
||||
* *
|
||||
* Trick Software has been developed under NASA Government Contracts and *
|
||||
* access to it may be granted for Government work by the following contact: *
|
||||
* *
|
||||
* Contact: Charles Gott, Branch Chief *
|
||||
* Simulation and Graphics Branch *
|
||||
* Automation, Robotics, & Simulation Division *
|
||||
* NASA, Johnson Space Center, Houston, TX *
|
||||
* *
|
||||
*******************************************************************************/
|
||||
/*
|
||||
/*
|
||||
PURPOSE: (Matrix initialization)
|
||||
|
||||
ASSUMPTIONS AND LIMITATIONS: ((3x3 Matrix implementation))
|
||||
|
||||
PROGRAMMERS: (((Les Quiocho) (NASA/Johnson Space Center) (Jan 1990) (v1.0) (Init Release))) */
|
||||
|
||||
/*
|
||||
* $Id: dm_init.c 49 2009-02-02 22:37:59Z lin $
|
||||
*/
|
||||
|
||||
#include "../include/trick_math.h"
|
||||
|
||||
void dm_init(double mat[3][3])
|
||||
|
Reference in New Issue
Block a user