mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
fix usage of uninitialized value (valgrind)
This commit is contained in:
parent
f626255ceb
commit
bf855efd1b
@ -16,6 +16,7 @@ Surface :: Surface ()
|
|||||||
strcpy (name, "noname");
|
strcpy (name, "noname");
|
||||||
bcprop = -1;
|
bcprop = -1;
|
||||||
bcname = "default";
|
bcname = "default";
|
||||||
|
inverse = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Surface :: ~Surface()
|
Surface :: ~Surface()
|
||||||
|
Loading…
Reference in New Issue
Block a user