Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Python: fix bad merge.
  • Loading branch information
dbrnz committed Apr 9, 2018
1 parent 5fb4cc4 commit 87932f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -500,7 +500,7 @@ void SimulationExperimentViewWidget::clearResults(const QString &pFileName)
if (!simulationWidget)
return;

simulationWidget->clearSimulationData();
simulationWidget->clearSimulationResults();
}

//==============================================================================
Expand Down

0 comments on commit 87932f3

Please sign in to comment.