Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Oct 23, 2013
1 parent 48db1c3 commit 265931a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SimulationRuntime/cpp/Solver/Hybrj/Hybrj.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ class Hybrj : public IAlgLoopSolver
*_x_nom, //Nominal value of unknown variables
*_x_ex, //extraplated unknown varibales
*_x_scale, //current scale factor of unknown varibales
_t0, //old time
_t1, //old time
_t2; //old time
_t0, //old time
_t1, //old time
_t2; //old time
bool _usescale;
/*Hybrj MinPack variables */

Expand Down

0 comments on commit 265931a

Please sign in to comment.