Changeset 2643 in Sophya for trunk/SophyaExt/XephemAstroLib/vector.h
- Timestamp:
- Jan 17, 2005, 11:13:08 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/vector.h
r2551 r2643 2 2 #define __SATVECTOR_H 3 3 4 /* $Id: vector.h,v 1. 3 2004-06-15 16:52:41cmv Exp $ */4 /* $Id: vector.h,v 1.4 2005-01-17 10:13:08 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: 200 4-06-15 16:52:41 $ $Revision: 1.3$ $Name: not supported by cvs2svn $18 * @(#) $RCSfile: vector.h,v $ $Date: 2005-01-17 10:13:08 $ $Revision: 1.4 $ $Name: not supported by cvs2svn $ 19 19 */
Note:
See TracChangeset
for help on using the changeset viewer.