Changeset 2995 in Sophya for trunk/SophyaLib/SkyMap


Ignore:
Timestamp:
Jun 24, 2006, 12:04:04 AM (19 years ago)
Author:
ansari
Message:

Correction bug introduit (appel recursif a Show()) apres nettoyages/modifs de ces derniers jours ds SkyMap - Reza 23/06/2006

Location:
trunk/SophyaLib/SkyMap
Files:
2 edited

Legend:

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

    r2990 r2995  
    385385void  SphereECP<T>::Show(ostream& os) const
    386386{
    387   this->Show(os);
     387  PixelMap<T>::Show(os);
    388388  if (_partial)
    389389    os << "SphereECP<T>::Print() - Partial ECP Map NPhi=" << _pixels.SizeX()
  • trunk/SophyaLib/SkyMap/sphereecp.h

    r2990 r2995  
    117117  // Impression
    118118  virtual void          Show(ostream& os) const;
     119  inline void           Show() const { Show(cout); }
    119120  virtual void          Print(ostream& os) const;
    120121  inline void           print(ostream& os) const { Print(os); }
Note: See TracChangeset for help on using the changeset viewer.