utilities removeFaces and createEngineZones: Replaced Pout with Info

This commit is contained in:
Henry Weller
2024-04-18 08:27:49 +01:00
parent 3bd79f0447
commit 8bd14164ad
2 changed files with 6 additions and 6 deletions

View File

@ -258,7 +258,7 @@ int main(int argc, char *argv[])
Info<< "Writing pointZones" << endl;
mesh.pointZones().write();
Pout<< "End\n" << endl;
Info<< "End\n" << endl;
return 0;
}