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

    r228 r276  
    134134  }
    135135  s.PutLine(strg);
    136   if (mInfo_)  mInfo_->Write(s);
    137    s.PutI4(mNTheta);
     136  if (mInfo_)  s << (*mInfo_);
     137  s.PutI4(mNTheta);
    138138  s.PutI4(mNPet);
    139139  s.PutI4(mNPix);
     
    162162  if (hadinfo) {    // Lecture eventuelle du DVList Info
    163163    if (mInfo_ == NULL)  mInfo_ = new DVList;
    164     mInfo_->Read(s);
     164    s >> (*mInfo_);
    165165  }
    166166  s.GetI4(mNTheta);
Note: See TracChangeset for help on using the changeset viewer.