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@25840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Apr 30, 2015
1 parent df6001a commit f521cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Include/Core/Math/Array.h
Expand Up @@ -215,7 +215,7 @@ class RefArray : public BaseArray<T>
RefArray(const T** ref_data)
:BaseArray<T>(true, true)
{
std::transform(ref_data, ref_data + nelems, _ref_array.c_array(),
std::transform(ref_data, ref_data + nelems, _ref_array.c_array(),
RefArray2RefArray<T>());
}

Expand Down

0 comments on commit f521cf9

Please sign in to comment.