Molecular Dynamics Simulation  1.0
InputFormats.cpp
Go to the documentation of this file.
1 #include "InputFormats.h"
2 
3 const std::set<std::string> get_supported_input_file_extensions() { return {".xml"}; }
const std::set< std::string > get_supported_input_file_extensions()
Returns a list of supported input file extensions.
Definition: InputFormats.cpp:3