mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 20:00:33 +05:00
Init debugparam write_mesh_on_error with env variable NG_WRITE_MESH_ON_ERROR
This commit is contained in:
parent
b26d8d5fb0
commit
a272a8d420
@ -2973,7 +2973,7 @@ namespace netgen
|
||||
haltsegment = 0;
|
||||
haltsegmentp1 = 0;
|
||||
haltsegmentp2 = 0;
|
||||
write_mesh_on_error = false;
|
||||
write_mesh_on_error = getenv("NG_WRITE_MESH_ON_ERROR");
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user