Skip to content

Commit

Permalink
- remove communicateStatus properly
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jan 26, 2015
1 parent 492d18b commit 6bbba9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SimulationRuntime/c/simulation/solver/solver_main.c
Expand Up @@ -435,11 +435,6 @@ int finishSimulation(DATA* data, SOLVER_INFO* solverInfo, const char* outputVari
data->simulationInfo.terminal = 0;
}

if(0 != strcmp("ia", MMC_STRINGDATA(data->simulationInfo.outputFormat)))
{
communicateStatus("Finished", 1);
}

/* we have output variables in the command line -output a,b,c */
if(outputVariablesAtEnd)
{
Expand Down

0 comments on commit 6bbba9c

Please sign in to comment.