Changeset 2995 in Sophya for trunk/SophyaLib/SkyMap/sphereecp.cc
- Timestamp:
- Jun 24, 2006, 12:04:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/sphereecp.cc
r2990 r2995 385 385 void SphereECP<T>::Show(ostream& os) const 386 386 { 387 this->Show(os);387 PixelMap<T>::Show(os); 388 388 if (_partial) 389 389 os << "SphereECP<T>::Print() - Partial ECP Map NPhi=" << _pixels.SizeX()
Note:
See TracChangeset
for help on using the changeset viewer.