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


Ignore:
Timestamp:
Sep 22, 2004, 11:51:34 AM (21 years ago)
Author:
cmv
Message:

just un petit pb dans le print cmv 22/09/04

File:
1 edited

Legend:

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

    r2615 r2620  
    303303  if (_partial)
    304304    os << "SphereECP<T>::Print() - Partial ECP Map NPhi=" << _pixels.SizeX()
    305        << " x NTheta= " <<  _pixels.SizeX() << " SolidAngle=" << PixSolAngle() << "\n"
     305       << " x NTheta= " <<  _pixels.SizeY() << " SolidAngle=" << PixSolAngle() << "\n"
    306306       << "ThetaLimits= " << _theta1 << " .. " << _theta2
    307307       << "  PhiLimits= " << _phi1 << " .. " << _phi2 << endl;
Note: See TracChangeset for help on using the changeset viewer.