Changeset a7bd715 in OpenModelica


Ignore:
Timestamp:
2022-05-18T10:44:25+02:00 (2 years ago)
Author:
AnHeuermann <andreas.heuermann@…>
Children:
91e4c2a
Parents:
2bbbca3
Message:

Grammar...

File:
1 edited

Legend:

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

    r5211c46 ra7bd715  
    745745  /* Check step size is not larger then stopTime-startTime, up to 6 decimals */
    746746  if (simInfo->stepSize > (simInfo->stopTime - simInfo->startTime + 1e-7)) {
    747     warningStreamPrint(LOG_STDOUT, 1, "Integrator step size greater then length of experiment");
     747    warningStreamPrint(LOG_STDOUT, 1, "Integrator step size greater than length of experiment");
    748748    infoStreamPrint(LOG_STDOUT, 0, "start time: %f, stop time: %f, integrator step size: %f",simInfo->startTime, simInfo->stopTime, simInfo->stepSize);
    749749    messageClose(LOG_STDOUT);
Note: See TracChangeset for help on using the changeset viewer.