mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 22:50:33 +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";
|
extern char * err_needsmesh;// = (char*) "This operation needs a mesh";
|
||||||
char * err_jobrunning = (char*) "Meshing Job already running";
|
extern char * err_jobrunning;// = (char*) "Meshing Job already running";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user