Skip to content
Snippets Groups Projects
Commit b7be2c12 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm debmsg

parent 4e56c448
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,6 @@ void ISimulation::addParameterDistribution(const std::string& param_name,
}
void ISimulation::addParameterDistribution(const ParameterDistribution& par_distr) {
std::cout << "DEBUG ISimulation::addParameterDistribution" << std::endl;
validateParametrization(par_distr);
m_distribution_handler.addParameterDistribution(par_distr);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment