Changeset bc70c832 in OpenModelica


Ignore:
Timestamp:
2022-05-20T15:51:15+02:00 (2 years ago)
Author:
AnHeuermann <andreas.heuermann@…>
Parents:
c454bc7d
git-author:
AnHeuermann <andreas.heuermann@…> (05/20/22 15:50:22)
git-committer:
AnHeuermann <andreas.heuermann@…> (05/20/22 15:51:15)
Message:

Solve %ld warning in nonlinearSystem.c

File:
1 edited

Legend:

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

    rc1f7c952 rbc70c832  
    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.