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@21735 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Aug 4, 2014
1 parent 202151f commit 24d7c69
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -254,10 +254,10 @@ typedef ublas::vector<double, ublas::bounded_array<double,dim_4> > value_type_p;
pacString = NULL;
intMatrix = NULL;

// allocate temp buffer for simulation data:
// allocate temp buffer for simulation data:
// dim_1 (number of variables) + dim_2 (number of der. variables) + 1 (time)
doubleMatrixData2 = new double[dim_1 + dim_2 + 1];
}
}

/*=={function}===================================================================================*/
/*!
Expand Down Expand Up @@ -558,7 +558,7 @@ typedef ublas::vector<double, ublas::bounded_array<double,dim_4> > value_type_p;
double *doubleHelpMatrix = NULL;

uiValueCount++;

// reset tempbuffer to zero
memset(doubleMatrixData2, 0, sizeof(double)*uiVarCount);
doubleHelpMatrix = doubleMatrixData2;
Expand Down

0 comments on commit 24d7c69

Please sign in to comment.