removed Ng_PrintDest on windows machines

This commit is contained in:
Gerhard Kitzler 2014-09-03 09:10:17 +00:00
parent 52dcfc503c
commit decfd9cd03

View File

@ -133,7 +133,8 @@ namespace netgen
#ifndef SMALLLIB
// Destination for messages, errors, ...
// // Destination for messages, errors, ...
#ifndef WIN32
DLL_HEADER void Ng_PrintDest(const char * s)
{
/*
@ -156,7 +157,7 @@ namespace netgen
(*mycout) << "p" << id << ": " << s << flush ;
*/
}
#endif
DLL_HEADER void MyError2(const char * ch)
{
cout << ch;