Skip to content

Commit

Permalink
- removed tab in ArrayOperations
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Sep 5, 2012
1 parent 41f6737 commit bc5af82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void assign_array(boost::multi_array<T, NumDims> &A,boost::multi_array_ref<T, Nu
const size_t* shape = B.shape();
ex.assign( shape, shape+B.num_dimensions() );
A.resize( ex );
A.reindex(1);
A.reindex(1);
A = B;
}

Expand Down

0 comments on commit bc5af82

Please sign in to comment.