Skip to content

Commit

Permalink
- update unused interactive stuff
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22414 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Sep 23, 2014
1 parent 10f0ca8 commit 898ec00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SimulationRuntime/interactive/omi_ServiceInterface.cpp
Expand Up @@ -533,9 +533,7 @@ int intializeSolverStartData(double *stepSize, long *outputSteps,

SIMULATION_INFO* simInfo = &globalData->simulationInfo;

string result_file_cstr = string(globalData->modelData.modelFilePrefix) + string("_res.") + simInfo->outputFormat;

retVal = initializeResultData(globalData, result_file_cstr, 0);
retVal = initializeResultData(globalData, 0);

solverInfo = (SOLVER_INFO*) malloc(sizeof(SOLVER_INFO));

Expand Down

0 comments on commit 898ec00

Please sign in to comment.