Skip to content
Snippets Groups Projects
Commit 430d2043 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix for debian

parent 3380ac04
Branches
Tags
Loading
...@@ -371,7 +371,7 @@ namespace netgen ...@@ -371,7 +371,7 @@ namespace netgen
/// array copy /// array copy
ArrayMem & operator= (const FlatArray<T> & a2) ArrayMem & operator= (const FlatArray<T> & a2)
{ {
SetSize (a2.Size()); this->SetSize (a2.Size());
for (int i = 0; i < size; i++) for (int i = 0; i < size; i++)
(*this)[i] = a2[i]; (*this)[i] = a2[i];
return *this; return *this;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment