mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-08 14:27:27 +05:00
changed a definition to a declaration
This commit is contained in:
parent
f30cbdc90b
commit
bd7e9a20af
@ -121,8 +121,8 @@ namespace netgen
|
||||
|
||||
|
||||
|
||||
char * err_needsmesh = (char*) "This operation needs a mesh";
|
||||
char * err_jobrunning = (char*) "Meshing Job already running";
|
||||
extern char * err_needsmesh;// = (char*) "This operation needs a mesh";
|
||||
extern char * err_jobrunning;// = (char*) "Meshing Job already running";
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user