mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
removed Ng_PrintDest on windows machines
This commit is contained in:
parent
52dcfc503c
commit
decfd9cd03
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user