10#ifndef SETUP_AND_DATALOADING_H
11#define SETUP_AND_DATALOADING_H
Definition setup_and_dataloading.h:20
bool load_config_file(unsigned long scenario_id, std::string &filepath)
Load the config file, that is passed as command line argument.
bool load_data_from_central_database(const char *filepath)
Load the complete simulation structure from the central database, and also load the recorded time ser...
Definition setup_and_dataloading.cpp:1247
void output_variable_values(std::ostream ¤t_outstream)
Outputs the current simulation configuration and all parameter settings to the specified output strea...
Definition setup_and_dataloading.cpp:1693