Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21128 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 16, 2014
1 parent 23c7673 commit 55219bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCodeUtil.mo
Expand Up @@ -13591,7 +13591,7 @@ algorithm
fmiDerivatives = SimCode.FMIDERIVATIVES(fmiUnknownsList = fmiUnknownsList_))))
equation
variableIndexOfStateVar = getStateSimVarIndexFromIndex(stateVars_, index_);
/* FIXME! For now using fixed as default dependenciesKind. */
/* FIXME! For now using fixed as default dependenciesKind. */
fmiUnknown = SimCode.FMIUNKNOWN(variableIndex, {variableIndexOfStateVar}, {"fixed"});
fmiUnknownsList_ = listAppend(fmiUnknownsList_, {fmiUnknown});
fmiDerivatives_ = SimCode.FMIDERIVATIVES(fmiUnknownsList_);
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Template/SimCodeTV.mo
Expand Up @@ -795,7 +795,7 @@ package SimCodeUtil
input SimCode.SimVars inVars;
output SimCode.FmiModelStructure outFmiModelStructure;
end getFMIModelStructure;

function getStateSimVarIndexFromIndex
input list<SimCode.SimVar> inStateVars;
input Integer inIndex;
Expand Down

0 comments on commit 55219bc

Please sign in to comment.