Read and Write energy parameter sets from and to text files. More…
// enums enum parset // global functions const char* last_parameter_file (void) void read_parameter_file (const char fname []) void write_parameter_file (const char fname []) enum parset gettype (const char* ident) char* settype (enum parset s)
const char* last_parameter_file (void)
Returns:
The file name of the last parameter file, or NULL if parameters are still at defaults
void read_parameter_file (const char fname [])
Parameters:
fname | The path to the file containing the energy parameters |
void write_parameter_file (const char fname [])
Parameters:
fname | A filename (path) for the file where the current energy parameters will be written to |