Ignore:
Timestamp:
Aug 29, 2000, 12:03:24 PM (25 years ago)
Author:
ansari
Message:

mise a jour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SigPredictor/lightgalaxresol.cc

    r801 r1148  
    99
    1010#ifdef __MWERKS__
    11    #include "mwerksmath.h"
    1211   #include "unixmac.h"
    1312   #include "macenvvariables.h"
     
    4645
    4746// Booking of skymap of index
    48   try { pLightMap= new SphereGorski<uint_2> (nlat); }
     47  try { pLightMap= new SphereHEALPix<uint_2> (nlat); }
    4948  catch(bad_alloc){
    5049    cerr<<"Erreur Reservation de memoire classe LightGalacResol, nlat= "<<nlat<<endl;
Note: See TracChangeset for help on using the changeset viewer.