Changeset 276 in Sophya for trunk/SophyaLib/Samba/spheregorski.cc


Ignore:
Timestamp:
Apr 28, 1999, 3:34:42 PM (26 years ago)
Author:
ansari
Message:

Adaptation nouveau schema PPersist pour DVList Reza 28/04/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/spheregorski.cc

    r228 r276  
    232232          (int_4)nSide_, (int_4)nPix_);
    233233  s.PutLine(strg);
    234   if (mInfo_)  mInfo_->Write(s);
     234  if (mInfo_)  s << (*mInfo_);
    235235  s.PutI4(nlmax_);
    236236  s.PutI4(nmmax_);
     
    262262  if (hadinfo) {    // Lecture eventuelle du DVList Info
    263263    if (mInfo_ == NULL)  mInfo_ = new DVList;
    264     mInfo_->Read(s);
     264    s >> (*mInfo_);
    265265  }
    266266  s.GetI4(nlmax_);
Note: See TracChangeset for help on using the changeset viewer.