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@20553 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed May 12, 2014
1 parent 732151a commit 1e7b979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SimulationRuntime/c/optimization/eval_all/EvalG.c
Expand Up @@ -606,7 +606,7 @@ static inline void generated_jac_struc(OptData * optData, int *iRow, int* iCol){
assert(0);
}
*/

}


Expand All @@ -623,7 +623,7 @@ static inline void updateDer(OptData *optData){
DATA * data = optData->data;

for(i = 0; i < 3; ++i)
realVars[i] = data->localData[i]->realVars;
realVars[i] = data->localData[i]->realVars;

for(i = 0; i < nsi; ++i){
for(j = 0; j < np; ++j){
Expand All @@ -635,7 +635,7 @@ static inline void updateDer(OptData *optData){
}

for(i = 0; i < 3; ++i)
data->localData[i]->realVars = realVars[i];
data->localData[i]->realVars = realVars[i];
}


Expand Down

0 comments on commit 1e7b979

Please sign in to comment.