Skip to content

Commit

Permalink
- change LOG_SOLVER dump
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20363 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed May 5, 2014
1 parent d3c6bd8 commit 6b5f1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/dassl.c
Expand Up @@ -308,7 +308,7 @@ int dassl_step(DATA* simData, SOLVER_INFO* solverInfo)
infoStreamPrint(LOG_DASSL, 0, "Calling DASSL from %.15g to %.15g", solverInfo->currentTime, tout);
do
{
infoStreamPrint(LOG_SOLVER, 0, "Start step %.15g to %.15g", solverInfo->currentTime, tout);
infoStreamPrint(LOG_SOLVER, 0, "new step: time=%.15g", solverInfo->currentTime);
if(dasslData->idid == 1)
{
/* rotate RingBuffer before step is calculated */
Expand Down

0 comments on commit 6b5f1d7

Please sign in to comment.