Skip to content
Snippets Groups Projects
Commit 9bd5d720 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent cae075c2
No related branches found
No related tags found
No related merge requests found
...@@ -348,7 +348,7 @@ namespace netgen ...@@ -348,7 +348,7 @@ namespace netgen
{ {
char geomfilename[255]; char geomfilename[255];
DLL_HEADER void MyError (const char * ch) void MyError (const char * ch)
{ {
(*myerr) << ch; (*myerr) << ch;
} }
...@@ -357,7 +357,7 @@ namespace netgen ...@@ -357,7 +357,7 @@ namespace netgen
//Destination for messages, errors, ... //Destination for messages, errors, ...
DLL_HEADER void Ng_PrintDest(const char * s) void Ng_PrintDest(const char * s)
{ {
(*mycout) << s << flush; (*mycout) << s << flush;
} }
...@@ -365,7 +365,7 @@ namespace netgen ...@@ -365,7 +365,7 @@ namespace netgen
DLL_HEADER double GetTime () double GetTime ()
{ {
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment