Changeset 11553 for trunk/Mars/mfileio


Ignore:
Timestamp:
07/24/11 11:01:36 (13 years ago)
Author:
tbretz
Message:
Replaced MZlib with izstream
Location:
trunk/Mars/mfileio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MReadFiles.cc

    r9041 r11553  
    3737#include "MLogManip.h"
    3838
    39 #include "MZlib.h"
     39#include "izstream.h"
    4040#include "MDirIter.h"
    4141
     
    142142
    143143    // open a stream to a zipped or unzipped file
    144     fIn = new MZlib(fFileName);
     144    fIn = new izstream(fFileName);
    145145    if (!*fIn)
    146146    {
  • trunk/Mars/mfileio/MReadFiles.h

    r9032 r11553  
    66#endif
    77
    8 class MZlib;
     8class izstream;
    99
    1010class MReadFiles : public MRead
     
    2525
    2626protected:
    27     MZlib    *fIn;         // the inputfile
     27    izstream *fIn;         // the inputfile
    2828
    2929    // MReadFiles
Note: See TracChangeset for help on using the changeset viewer.