Changeset 2173 for trunk/MagicSoft/Mars/mfileio/MWriteFile.cc
- Timestamp:
- 06/13/03 16:42:37 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MWriteFile.cc
r1583 r2173 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz 06/2001 <mailto:tbretz@astro.uni-wuerzburg.de>18 ! Author(s): Thomas Bretz, 6/2001 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 220 ! Copyright: MAGIC Software Development, 2000-2003 21 21 ! 22 22 ! … … 37 37 #include "MWriteFile.h" 38 38 39 #include <fstream .h>39 #include <fstream> 40 40 41 41 #include "MLog.h" … … 45 45 46 46 ClassImp(MWriteFile); 47 48 using namespace std; 47 49 48 50 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.