Changeset 2995 in Sophya for trunk/SophyaLib/SkyMap
- Timestamp:
- Jun 24, 2006, 12:04:04 AM (19 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 2 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() -
trunk/SophyaLib/SkyMap/sphereecp.h
r2990 r2995 117 117 // Impression 118 118 virtual void Show(ostream& os) const; 119 inline void Show() const { Show(cout); } 119 120 virtual void Print(ostream& os) const; 120 121 inline void print(ostream& os) const { Print(os); }
Note:
See TracChangeset
for help on using the changeset viewer.