Changeset 2818 in Sophya for trunk/SophyaExt/XephemAstroLib/vector.h
- Timestamp:
- Aug 21, 2005, 12:02:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/vector.h
r2643 r2818 2 2 #define __SATVECTOR_H 3 3 4 /* $Id: vector.h,v 1. 4 2005-01-17 10:13:08cmv Exp $ */4 /* $Id: vector.h,v 1.5 2005-08-21 10:02:40 cmv Exp $ */ 5 5 6 6 #define dotp(A,B) ((A).x*(B).x+(A).y*(B).y+(A).z*(B).z) … … 16 16 17 17 /* For RCS Only -- Do Not Edit 18 * @(#) $RCSfile: vector.h,v $ $Date: 2005-0 1-17 10:13:08 $ $Revision: 1.4$ $Name: not supported by cvs2svn $18 * @(#) $RCSfile: vector.h,v $ $Date: 2005-08-21 10:02:40 $ $Revision: 1.5 $ $Name: not supported by cvs2svn $ 19 19 */
Note:
See TracChangeset
for help on using the changeset viewer.