mirror of
https://github.com/nasa/trick.git
synced 2025-06-17 22:58:25 +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,25 +1,4 @@
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* 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: (Eigenvalues and eigenvectors of symmetric matrix)
|
||||
|
||||
REFERENCE: ((Numerical Recipes [FORTRAN]) (QL transformation with origin shifts))
|
||||
@ -28,10 +7,6 @@
|
||||
|
||||
PROGRAMMERS: (((M Schira) (MDSS) (Jan 1994) (v1.0) (Init Release))) */
|
||||
|
||||
/*
|
||||
* $Id: eigen_ql.c 49 2009-02-02 22:37:59Z lin $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
Reference in New Issue
Block a user