Changeset 1361 for trunk/MagicSoft
- Timestamp:
- 06/13/02 08:58:22 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1355 r1361 1 1 -*-*- END -*-*- 2 2002/06/13: Thomas Bretz 3 4 * mdata/MData.cc: 5 - changed ostream.h to ofstream.h to make it compile on alpha 6 7 8 2 9 2002/06/10: Thomas Bretz 3 10 -
trunk/MagicSoft/Mars/mdata/MData.cc
r1348 r1361 48 48 #include "MData.h" 49 49 50 #include < ostream.h>50 #include <fstream.h> 51 51 52 52 ClassImp(MData);
Note:
See TracChangeset
for help on using the changeset viewer.