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@23557 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Nov 25, 2014
1 parent 31f0529 commit 7eed77f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SimulationRuntime/cpp/Solver/CVode/CVode.cpp
Expand Up @@ -29,9 +29,9 @@ Cvode::Cvode(IMixedSystem* system, ISolverSettings* settings)
_time_system(NULL),
_delta(NULL),
_ysave(NULL),
_sparsePattern_leadindex (NULL),
_sparsePattern_colorCols (NULL),
_sparsePattern_index (NULL)
_sparsePattern_leadindex (NULL),
_sparsePattern_colorCols (NULL),
_sparsePattern_index (NULL)


{
Expand Down

0 comments on commit 7eed77f

Please sign in to comment.