Changeset 2199
- Timestamp:
- 06/18/03 15:34:39 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2196 r2199 36 36 * mbase/MDirIter.h: 37 37 - fixed a bug in the definition of MatchFilter 38 38 39 * mraw/MRawFileWrite.h: 40 - default mode changed from UPDATE to RECREATE 41 - default compression level changed from 9 to 1 39 42 40 43 -
trunk/MagicSoft/Mars/mraw/MRawFileWrite.h
r1018 r2199 35 35 public: 36 36 MRawFileWrite(const char *fname, 37 const Option_t *opt=" UPDATE",37 const Option_t *opt="RECREATE", 38 38 const char *ftitle="Untitled", 39 const Int_t comp= 9,39 const Int_t comp=1, 40 40 const char *name=NULL, const char *title=NULL); 41 41 ~MRawFileWrite();
Note:
See TracChangeset
for help on using the changeset viewer.