Ignore:
Timestamp:
06/13/03 16:42:37 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MWriteFile.cc

    r1583 r2173  
    1616!
    1717!
    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>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2002
     20!   Copyright: MAGIC Software Development, 2000-2003
    2121!
    2222!
     
    3737#include "MWriteFile.h"
    3838
    39 #include <fstream.h>
     39#include <fstream>
    4040
    4141#include "MLog.h"
     
    4545
    4646ClassImp(MWriteFile);
     47
     48using namespace std;
    4749
    4850// --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.