Set Parameter by a file
Closed this issue · 1 comments
acnazarejr commented
Check this funcion into Parameters class...
void Parameters::setup(const std::string& paramFile, const std::string& nodeID){
this->setup(ParametersSetup(paramFile, nodeID));
}
acnazarejr commented
Parameters was deprecated in new library version.