Skip to content

Commit

Permalink
- fix coding style.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Aug 28, 2012
1 parent e67d806 commit 71ac126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/initialization.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ static int importStartValues(DATA *data, const char* pInitFile, double initTime)
DEBUG_INFO_AL2(LOG_INIT, "| %s(start=%g)", mData->realVarsData[i].info.name, mData->realVarsData[i].attribute.start);
}
else {
/* skipp warnings about self generated variables */
/* skipp warnings about self generated variables */
if ((stringcmp(mData->realVarsData[i].info.name,"$ZERO.") != 0) || DEBUG_FLAG(LOG_INIT) ||
(stringcmp(mData->realVarsData[i].info.name,"$pDER.") != 0))
WARNING1("unable to import real variable %s from given file", mData->realVarsData[i].info.name);
Expand Down

0 comments on commit 71ac126

Please sign in to comment.