Put comments around the text after an #endif for increased portability.
This commit is contained in:
parent
6d4c38a3c8
commit
34e2bac4d0
@ -143,5 +143,5 @@ int MAT3mult_hvec (MAT3hvec result_vec, MAT3hvec vec, MAT3mat mat, int normaliz
|
|||||||
void MAT3cross_product(MAT3vec result,MAT3vec,MAT3vec);
|
void MAT3cross_product(MAT3vec result,MAT3vec,MAT3vec);
|
||||||
void MAT3perp_vec(MAT3vec result_vec, MAT3vec vec, int is_unit);
|
void MAT3perp_vec(MAT3vec result_vec, MAT3vec vec, int is_unit);
|
||||||
|
|
||||||
#endif MAT3_HAS_BEEN_INCLUDED
|
#endif /* MAT3_HAS_BEEN_INCLUDED */
|
||||||
|
|
||||||
|
@ -57,11 +57,14 @@ void fgRotateBatchInit(double Theta, double Phi);
|
|||||||
struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p);
|
struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p);
|
||||||
|
|
||||||
|
|
||||||
#endif POLAR_H
|
#endif /* POLAR_H */
|
||||||
|
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
/* Revision 1.1 1997/07/07 21:02:37 curt
|
/* Revision 1.2 1997/07/23 21:52:21 curt
|
||||||
/* Initial revision.
|
/* Put comments around the text after an #endif for increased portability.
|
||||||
/*
|
/*
|
||||||
|
* Revision 1.1 1997/07/07 21:02:37 curt
|
||||||
|
* Initial revision.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user