Changeset 278 in Sophya for trunk/SophyaLib/NTools/rzimage.cc
- Timestamp:
- Apr 28, 1999, 3:36:50 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/rzimage.cc
r270 r278 5 5 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 6 6 7 // $Id: rzimage.cc,v 1. 3 1999-04-27 15:03:02ansari Exp $7 // $Id: rzimage.cc,v 1.4 1999-04-28 13:36:50 ansari Exp $ 8 8 9 9 #include "machdefs.h" … … 602 602 } 603 603 604 if (mInfo) mInfo->Write(s);604 if (mInfo) s << (*mInfo); 605 605 return; 606 606 } … … 667 667 if (itab[3]) // has info 668 668 { if (mInfo == NULL) mInfo = new DVList; 669 mInfo->Read(s); }669 s >> (*mInfo); } 670 670 671 671 return;
Note:
See TracChangeset
for help on using the changeset viewer.