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@23582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Nov 27, 2014
1 parent 6ed4967 commit 55eb47a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -138,7 +138,7 @@ int allocateNewtonData(int size, void** voiddata)
data->fvec_minimum = (double*) calloc(size,sizeof(double));
data->delta_f = (double*) calloc(size,sizeof(double));
data->delta_x_vec = (double*) calloc(size,sizeof(double));

data->numberOfIterations = 0;
data->numberOfFunctionEvaluations = 0;

Expand Down

0 comments on commit 55eb47a

Please sign in to comment.