Changeset 2987 in Sophya for trunk/SophyaLib/SkyMap/sphereecp.cc


Ignore:
Timestamp:
Jun 22, 2006, 3:01:11 PM (19 years ago)
Author:
ansari
Message:

remplacement Show() par this->Show() suite compila avec gcc-4 , Reza , 22/6/2006

File:
1 edited

Legend:

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

    r2973 r2987  
    375375void  SphereECP<T>::Show(ostream& os) const
    376376{
    377   PixelMap<T>::Show(os);
     377  this->Show(os);
    378378  if (_partial)
    379379    os << "SphereECP<T>::Print() - Partial ECP Map NPhi=" << _pixels.SizeX()
Note: See TracChangeset for help on using the changeset viewer.