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/spherethetaphi.cc

    r2985 r2987  
    688688void SphereThetaPhi<T>::print(ostream& os) const
    689689{
    690   Show(os);
     690  this->Show(os);
    691691  os << "SphereThetaPhi<T> NTheta_= " << NTheta_ << " NPix_    = " << NPix_
    692692     << " Omega_  =  " << Omega_   << endl;
Note: See TracChangeset for help on using the changeset viewer.