Changeset 1371 in Sophya for trunk/SophyaLib/SkyMap/longlat.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/longlat.h
r764 r1371 1 // Geometry handling class 2 // B. Revenu, R. Ansari , G. Le Meur 2000 3 // DAPNIA/SPP (Saclay) / CEA LAL - IN2P3/CNRS (Orsay) 4 1 5 #ifndef LONGLAT_H_SEEN 2 6 #define LONGLAT_H_SEEN 3 7 8 #include "machdefs.h" 4 9 #include <math.h> 5 10 #include <iostream.h> … … 13 18 latitude=Pi/2-theta 14 19 */ 20 21 namespace SOPHYA { 15 22 16 23 class LongLat … … 45 52 } 46 53 54 } // namespace SOPHYA 55 47 56 #endif
Note:
See TracChangeset
for help on using the changeset viewer.