Put comments around the text after an #endif for increased portability.

This commit is contained in:
curt 1997-07-23 21:52:21 +00:00
parent 6d4c38a3c8
commit 34e2bac4d0
2 changed files with 7 additions and 4 deletions

View File

@ -143,5 +143,5 @@ int MAT3mult_hvec (MAT3hvec result_vec, MAT3hvec vec, MAT3mat mat, int normaliz
void MAT3cross_product(MAT3vec result,MAT3vec,MAT3vec);
void MAT3perp_vec(MAT3vec result_vec, MAT3vec vec, int is_unit);
#endif MAT3_HAS_BEEN_INCLUDED
#endif /* MAT3_HAS_BEEN_INCLUDED */

View File

@ -57,11 +57,14 @@ void fgRotateBatchInit(double Theta, double Phi);
struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p);
#endif POLAR_H
#endif /* POLAR_H */
/* $Log$
/* Revision 1.1 1997/07/07 21:02:37 curt
/* Initial revision.
/* Revision 1.2 1997/07/23 21:52:21 curt
/* Put comments around the text after an #endif for increased portability.
/*
* Revision 1.1 1997/07/07 21:02:37 curt
* Initial revision.
*
*/