mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 14:10:34 +05:00
replace cout by PrintMessage
This commit is contained in:
parent
665acf811d
commit
8a711031cc
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user