Skip to content

Commit

Permalink
- fixed typo.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23775 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Dec 14, 2014
1 parent f2b07d9 commit c9615a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c
Expand Up @@ -526,7 +526,7 @@ fmiStatus fmiGetDerivatives(fmiComponent c, fmiReal derivatives[], size_t nx)
/* catch */
MMC_CATCH_INTERNAL(simulationJumpBuffer)

comp->functions.logger(c, comp->instanceName, fmiError, "error", "fmiGetEventIndicators: terminated by an assertion.");
comp->functions.logger(c, comp->instanceName, fmiError, "error", "fmiGetDerivatives: terminated by an assertion.");
return fmiError;
}

Expand Down

0 comments on commit c9615a7

Please sign in to comment.