Changeset 6583e52 in OpenModelica


Ignore:
Timestamp:
2022-05-20T16:32:41+02:00 (2 years ago)
Author:
GitHub <noreply@…>
Branches:
maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master
Children:
3ae4c6e5, 90022ed9
Parents:
c454bc7d
git-author:
Andreas <38031952+AnHeuermann@…> (05/20/22 16:32:41)
git-committer:
GitHub <noreply@…> (05/20/22 16:32:41)
Message:

Solve %ld warning in nonlinearSystem.c (#8993)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c

    rc1f7c952 r6583e52  
    10741074  rt_ext_tp_tick(&nonlinsys->totalTimeClock);
    10751075
    1076   infoStreamPrint(LOG_NLS_EXTRAPOLATE, 1, "Nonlinear system %ld dump LOG_NLS_EXTRAPOLATE", nonlinsys->equationIndex);
     1076  infoStreamPrint(LOG_NLS_EXTRAPOLATE, 1, "Nonlinear system %lld dump LOG_NLS_EXTRAPOLATE", nonlinsys->equationIndex);
    10771077  /* grab the initial guess */
    10781078  /* if last solving is too long ago use just old values  */
     
    10931093
    10941094  /* print debug initial information */
    1095   infoStreamPrint(LOG_NLS, 1, "############ Solve nonlinear system %ld at time %g ############", nonlinsys->equationIndex, data->localData[0]->timeValue);
     1095  infoStreamPrint(LOG_NLS, 1, "############ Solve nonlinear system %lld at time %g ############", nonlinsys->equationIndex, data->localData[0]->timeValue);
    10961096  printNonLinearInitialInfo(LOG_NLS, data, nonlinsys);
    10971097
Note: See TracChangeset for help on using the changeset viewer.