CASM  1.1.0
A Clusters Approach to Statistical Mechanics
FormattedDataFile.cc
Go to the documentation of this file.
2 
3 namespace CASM {
4 
6  bool _json_output,
7  bool _json_arrays,
8  bool _compress)
9  : file_path(_file_path),
10  json_output(_json_output),
11  json_arrays(_json_arrays),
12  compress(_compress) {}
13 
14 } // namespace CASM
Main CASM namespace.
Definition: APICommand.hh:8
FormattedDataFileOptions(fs::path _file_path="", bool _json_output=false, bool _json_arrays=false, bool _compress=false)