Molecular Dynamics Simulation  1.0
CLIParams.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <filesystem>
4 
5 struct CLIParams {
9  std::filesystem::path input_file_path;
10 
14  bool fresh;
15 };
std::filesystem::path input_file_path
Definition: CLIParams.h:9
bool fresh
Definition: CLIParams.h:14