mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Fix declaration of ngscript
This commit is contained in:
parent
1d652d8206
commit
bd600f48ac
@ -206,7 +206,7 @@ int main(int argc, char ** argv)
|
||||
cout << "using internal Tcl-script" << endl;
|
||||
|
||||
// connect to one string
|
||||
DLL_HEADER const char * ngscript[];
|
||||
DLL_HEADER extern const char * ngscript[];
|
||||
const char ** hcp = ngscript;
|
||||
int len = 0;
|
||||
while (*hcp)
|
||||
|
Loading…
Reference in New Issue
Block a user