OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
StatBaseWriter.cpp
Go to the documentation of this file.
1 #include "StatBaseWriter.h"
2 
3 StatBaseWriter::StatBaseWriter(const std::string& fname, bool restart)
4  : SDDSWriter(fname, restart)
5 { }
StatBaseWriter(const std::string &fname, bool restart)