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@22923 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Oct 24, 2014
1 parent 2ab8ae4 commit c333452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/cpp/Core/Solver/SystemStateSelection.cpp
Expand Up @@ -11,7 +11,7 @@ SystemStateSelection::SystemStateSelection(IMixedSystem* system)
,_rowPivot()
,_initialized(false)
{

_state_selection = dynamic_cast<IStateSelection*>(system);
if ( !_state_selection)
throw std::invalid_argument("No state selection system");
Expand Down Expand Up @@ -171,7 +171,7 @@ void SystemStateSelection::setAMatrix(int* newEnable, unsigned int index)
_state_selection->setStates(index,states);
delete [] states ;
delete [] states2 ;
#endif
#endif
}


Expand Down

0 comments on commit c333452

Please sign in to comment.