Changeset 525 in Sophya for trunk/SophyaLib/Samba/pixelmap.h


Ignore:
Timestamp:
Oct 27, 1999, 12:45:47 PM (26 years ago)
Author:
ansari
Message:

Corrections bugs , Reza 27/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/pixelmap.h

    r518 r525  
    2424 
    2525              PixelMap(SphereCoordSys* cs = NULL) : mInfo_(NULL)
    26                     { if (cs) cs_ = cs; else cs = new SphereCoordSys; }
     26                    { if (cs) cs_ = cs; else cs_ = new SphereCoordSys; }
    2727virtual       ~PixelMap()
    2828                    { if (mInfo_) delete mInfo_; if (cs_) delete cs_; }
Note: See TracChangeset for help on using the changeset viewer.