Changeset 2322 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/HEALPixUtils.cc
r2082 r2322 1 1 // utilitaires de pixelisation HEALPix 2 2 #include "HEALPixUtils.h" 3 #include <iostream .h>3 #include <iostream> 4 4 #include <math.h> 5 5 //#include <complex> -
trunk/SophyaLib/SkyMap/localmap.cc
r2290 r2322 6 6 7 7 #include <string.h> 8 #include <iostream .h>8 #include <iostream> 9 9 #include "timing.h" 10 10 -
trunk/SophyaLib/SkyMap/longlat.h
r1371 r2322 8 8 #include "machdefs.h" 9 9 #include <math.h> 10 #include <iostream .h>10 #include <iostream> 11 11 #include <stdio.h> 12 12 #include <string.h> -
trunk/SophyaLib/SkyMap/pixelmap.h
r2290 r2322 6 6 #include "dvlist.h" 7 7 #include "spherepos.h" 8 #include <iostream .h>8 #include <iostream> 9 9 10 10 namespace SOPHYA { -
trunk/SophyaLib/SkyMap/spherethetaphi.cc
r2303 r2322 4 4 #include "piocmplx.h" 5 5 #include "fiondblock.h" 6 #include <iostream .h>6 #include <iostream> 7 7 8 8 -
trunk/SophyaLib/SkyMap/unitvector.h
r1371 r2322 6 6 #define UNITVECTOR_H_SEEN 7 7 8 #include <iostream .h>8 #include <iostream> 9 9 #include <stdio.h> 10 10 #include <string.h> -
trunk/SophyaLib/SkyMap/utilgeom.cc
r764 r2322 1 #include "machdefs.h" 1 2 #include <math.h> 2 #include <iostream .h>3 #include <iostream> 3 4 #include "utilgeom.h" 4 5 //++ -
trunk/SophyaLib/SkyMap/vector3d.h
r1371 r2322 7 7 8 8 #include <math.h> 9 #include <iostream .h>9 #include <iostream> 10 10 #include <stdio.h> 11 11 #include <string.h>
Note:
See TracChangeset
for help on using the changeset viewer.