Changeset 1148 in Sophya for trunk/SigPredictor/lightgalaxresol.cc
- Timestamp:
- Aug 29, 2000, 12:03:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SigPredictor/lightgalaxresol.cc
r801 r1148 9 9 10 10 #ifdef __MWERKS__ 11 #include "mwerksmath.h"12 11 #include "unixmac.h" 13 12 #include "macenvvariables.h" … … 46 45 47 46 // Booking of skymap of index 48 try { pLightMap= new Sphere Gorski<uint_2> (nlat); }47 try { pLightMap= new SphereHEALPix<uint_2> (nlat); } 49 48 catch(bad_alloc){ 50 49 cerr<<"Erreur Reservation de memoire classe LightGalacResol, nlat= "<<nlat<<endl;
Note:
See TracChangeset
for help on using the changeset viewer.