Skip to content

Commit

Permalink
- removed tab.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15932 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 29, 2013
1 parent 32c80fc commit f6441b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/stateset.c
Expand Up @@ -280,7 +280,7 @@ static int comparePivot(modelica_integer *oldPivot, modelica_integer *newPivot,
if (switchStates){
INFO1(LOG_DSS, "select new states at time %f", data->localData[0]->timeValue);
INDENT(LOG_DSS);
setAMatrix(newEnable, nCandidates, nStates, A, states, statecandidates, data);
setAMatrix(newEnable, nCandidates, nStates, A, states, statecandidates, data);
RELEASE(LOG_DSS);
}
ret = -1;
Expand Down

0 comments on commit f6441b6

Please sign in to comment.