Ignore:
Timestamp:
Apr 27, 2012, 12:54:12 AM (13 years ago)
Author:
ansari
Message:

Ajout gestion de niveau d'impression globale pour les cartes du module SkyMap ds pixelmap.h et prise en compte du niveau pour les prints ds Resize des SphericalMaps (fait en janv 2012 ?), Reza 27/04/2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/spherehealpix.cc

    r3836 r4066  
    208208{
    209209  if ((m <= 0 && nSide_ > 0))  {
    210     cout << "SphereHEALPix<T>::Resize(m) with m<=0, NOT resized" << endl;
     210    if (PixelMap_GetGlobalPrintLevel()>0)
     211      cout << "SphereHEALPix<T>::Resize(m) with m<=0, NOT resized" << endl;
    211212    return;
    212213  }
Note: See TracChangeset for help on using the changeset viewer.