Changeset 3206 in Sophya
- Timestamp:
- Apr 10, 2007, 12:10:00 AM (18 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/utilgeom.h
r1385 r3206 2 2 #define UTILGEOM_H_SEEN 3 3 #include <math.h> 4 #ifdef __MWERKS__5 #include "unixmac.h"6 #endif7 4 #include <vector> 8 5 -
trunk/SophyaLib/SkyMap/vector3d.h
r2973 r3206 11 11 #include <stdio.h> 12 12 #include <string.h> 13 #ifdef __MWERKS__ 14 #include "unixmac.h" 15 #endif 13 16 14 #include "longlat.h" 17 15
Note:
See TracChangeset
for help on using the changeset viewer.