Changeset 1719 in Sophya for trunk/SophyaExt/XephemAstroLib/vector.h
- Timestamp:
- Oct 22, 2001, 2:08:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/vector.h
r1457 r1719 2 2 #define __SATVECTOR_H 3 3 4 /* $Id: vector.h,v 1. 1.1.1 2001-04-10 14:40:47cmv Exp $ */4 /* $Id: vector.h,v 1.2 2001-10-22 12:08:28 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: 2001- 04-10 14:40:47 $ $Revision: 1.1.1.1$ $Name: not supported by cvs2svn $18 * @(#) $RCSfile: vector.h,v $ $Date: 2001-10-22 12:08:28 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $ 19 19 */
Note:
See TracChangeset
for help on using the changeset viewer.