replace cout by PrintMessage

This commit is contained in:
Lukas 2019-02-06 14:35:32 +01:00
parent 665acf811d
commit 8a711031cc

View File

@ -984,7 +984,8 @@ namespace netgen
stringstream str;
str << "p" << id << ": got " << GetNE() << " elements and "
<< GetNSE() << " surface elements";
cout << str.str() << endl;
PrintMessage(2, str.str());
// cout << str.str() << endl;
// PrintMessage (2, "Got ", GetNE(), " elements and ", GetNSE(), " surface elements");
// PrintMessage (2, "Got ", GetNSE(), " surface elements");