Changeset 2987 in Sophya for trunk/SophyaLib/SkyMap/sphereecp.cc
- Timestamp:
- Jun 22, 2006, 3:01:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/sphereecp.cc
r2973 r2987 375 375 void SphereECP<T>::Show(ostream& os) const 376 376 { 377 PixelMap<T>::Show(os);377 this->Show(os); 378 378 if (_partial) 379 379 os << "SphereECP<T>::Print() - Partial ECP Map NPhi=" << _pixels.SizeX()
Note:
See TracChangeset
for help on using the changeset viewer.