Molecular Dynamics Simulation  1.0
Functions
InputFormats.cpp File Reference
#include "InputFormats.h"
Include dependency graph for InputFormats.cpp:

Go to the source code of this file.

Functions

const std::set< std::string > get_supported_input_file_extensions ()
 Returns a list of supported input file extensions. More...
 

Function Documentation

◆ get_supported_input_file_extensions()

const std::set<std::string> get_supported_input_file_extensions ( )

Returns a list of supported input file extensions.

Returns
std::vector<std::string> List of supported input file extensions

Returns a list of supported input file extensions. Supported file formats are: For more information about the output file formats, see Input File Formats

Definition at line 3 of file InputFormats.cpp.

3 { return {".xml"}; }