Changeset 4066 in Sophya for trunk/SophyaLib/SkyMap/spherehealpix.cc
- Timestamp:
- Apr 27, 2012, 12:54:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherehealpix.cc
r3836 r4066 208 208 { 209 209 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; 211 212 return; 212 213 }
Note:
See TracChangeset
for help on using the changeset viewer.