Changeset 276 in Sophya for trunk/SophyaLib/Samba/spheregorski.cc
- Timestamp:
- Apr 28, 1999, 3:34:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/spheregorski.cc
r228 r276 232 232 (int_4)nSide_, (int_4)nPix_); 233 233 s.PutLine(strg); 234 if (mInfo_) mInfo_->Write(s);234 if (mInfo_) s << (*mInfo_); 235 235 s.PutI4(nlmax_); 236 236 s.PutI4(nmmax_); … … 262 262 if (hadinfo) { // Lecture eventuelle du DVList Info 263 263 if (mInfo_ == NULL) mInfo_ = new DVList; 264 mInfo_->Read(s);264 s >> (*mInfo_); 265 265 } 266 266 s.GetI4(nlmax_);
Note:
See TracChangeset
for help on using the changeset viewer.