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@21840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Aug 11, 2014
1 parent 7704927 commit cdc1875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/cpp/Include/Core/Math/Array.h
Expand Up @@ -216,12 +216,12 @@ template<typename T ,std::size_t size1,std::size_t size2>class StatArrayDim2 : p
{
return size1 + size2;
}

virtual T* getData()
{
return _real_array.data();
}

virtual void setDims(std::vector<size_t> v)
{

Expand Down

0 comments on commit cdc1875

Please sign in to comment.