Changeset 276 in Sophya for trunk/SophyaLib/Samba/spherethetaphi.cc
- Timestamp:
- Apr 28, 1999, 3:34:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spherethetaphi.cc
r228 r276 134 134 } 135 135 s.PutLine(strg); 136 if (mInfo_) mInfo_->Write(s);137 136 if (mInfo_) s << (*mInfo_); 137 s.PutI4(mNTheta); 138 138 s.PutI4(mNPet); 139 139 s.PutI4(mNPix); … … 162 162 if (hadinfo) { // Lecture eventuelle du DVList Info 163 163 if (mInfo_ == NULL) mInfo_ = new DVList; 164 mInfo_->Read(s);164 s >> (*mInfo_); 165 165 } 166 166 s.GetI4(mNTheta);
Note:
See TracChangeset
for help on using the changeset viewer.