Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed May 22, 2014
1 parent 65041cb commit fda69b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/options.c
Expand Up @@ -134,7 +134,7 @@ int checkCommandLineArguments(int argc, char **argv)
return 1;
}
}

#ifdef USE_DEBUG_OUTPUT
messageClose(LOG_STDOUT);
#endif
Expand Down
4 changes: 2 additions & 2 deletions SimulationRuntime/c/simulation/simulation_runtime.cpp
Expand Up @@ -426,7 +426,7 @@ void initializeOutputFilter(MODEL_DATA *modelData, modelica_string variableFilte
int startNonInteractiveSimulation(int argc, char**argv, DATA* data)
{
TRACE_PUSH

int retVal = -1;
int measureSimTime = 0;

Expand Down Expand Up @@ -657,7 +657,7 @@ int callSolver(DATA* simData, string result_file_cstr, string init_initMethod,
long i;
long solverID = S_UNKNOWN;
const char* outVars = (outputVariablesAtEnd.size() == 0) ? NULL : outputVariablesAtEnd.c_str();

TRACE_PUSH

if(initializeResultData(simData, result_file_cstr, cpuTime))
Expand Down
Expand Up @@ -984,7 +984,7 @@ int initialization(DATA *data, const char* pInitMethod, const char* pOptiMethod,
int optiMethod = IOM_NELDER_MEAD_EX; /* default method */
int retVal = -1;
int i;

TRACE_PUSH

infoStreamPrint(LOG_INIT, 0, "### START INITIALIZATION ###");
Expand Down
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/solver_main.c
Expand Up @@ -524,7 +524,7 @@ int solver_main(DATA* data, const char* init_initMethod,
SIMULATION_INFO *simInfo = &(data->simulationInfo);

TRACE_PUSH

solverInfo.solverMethod = solverID;

/* do some solver specific checks */
Expand Down

0 comments on commit fda69b2

Please sign in to comment.