mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +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
|
#ifndef SMALLLIB
|
||||||
// Destination for messages, errors, ...
|
// // Destination for messages, errors, ...
|
||||||
|
#ifndef WIN32
|
||||||
DLL_HEADER void Ng_PrintDest(const char * s)
|
DLL_HEADER void Ng_PrintDest(const char * s)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
@ -156,7 +157,7 @@ namespace netgen
|
|||||||
(*mycout) << "p" << id << ": " << s << flush ;
|
(*mycout) << "p" << id << ": " << s << flush ;
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
DLL_HEADER void MyError2(const char * ch)
|
DLL_HEADER void MyError2(const char * ch)
|
||||||
{
|
{
|
||||||
cout << ch;
|
cout << ch;
|
||||||
|
Loading…
Reference in New Issue
Block a user