mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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");
|
||||
bcprop = -1;
|
||||
bcname = "default";
|
||||
inverse = false;
|
||||
}
|
||||
|
||||
Surface :: ~Surface()
|
||||
|
Loading…
Reference in New Issue
Block a user