Changeset 4017 in Sophya for trunk/SophyaExt/XephemAstroLib/vector.h
- Timestamp:
- Sep 21, 2011, 6:17:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/vector.h
r3654 r4017 2 2 #define __SATVECTOR_H 3 3 4 /* $Id: vector.h,v 1. 8 2009-07-16 10:34:39cmv Exp $ */4 /* $Id: vector.h,v 1.9 2011-09-21 16:17:51 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: 20 09-07-16 10:34:39 $ $Revision: 1.8$ $Name: not supported by cvs2svn $18 * @(#) $RCSfile: vector.h,v $ $Date: 2011-09-21 16:17:51 $ $Revision: 1.9 $ $Name: not supported by cvs2svn $ 19 19 */
Note:
See TracChangeset
for help on using the changeset viewer.