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

fix for debian

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