mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-14 10:08:32 +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;
|
cout << "using internal Tcl-script" << endl;
|
||||||
|
|
||||||
// connect to one string
|
// connect to one string
|
||||||
DLL_HEADER const char * ngscript[];
|
DLL_HEADER extern const char * ngscript[];
|
||||||
const char ** hcp = ngscript;
|
const char ** hcp = ngscript;
|
||||||
int len = 0;
|
int len = 0;
|
||||||
while (*hcp)
|
while (*hcp)
|
||||||
|
Loading…
Reference in New Issue
Block a user