mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix namespace
This commit is contained in:
parent
1f599e6e47
commit
8404fb8a40
@ -1281,7 +1281,7 @@ namespace netgen
|
||||
|
||||
mparam.autozrefine = atoi (Tcl_GetVar (interp, "::options.autozrefine", 0));
|
||||
|
||||
extern int printmessage_importance;
|
||||
// extern int printmessage_importance;
|
||||
extern int printdots;
|
||||
printmessage_importance = atoi (Tcl_GetVar (interp, "::options.printmsg", 0));
|
||||
printdots = (printmessage_importance >= 4);
|
||||
|
Loading…
Reference in New Issue
Block a user