ENH: added constexpr, noexcept for bool, Switch

- rationalized some method naming.
  Eg, c_str() instead of asText()
This commit is contained in:
Mark Olesen
2018-03-03 20:32:49 +01:00
parent 13ea73c31c
commit 53ab527b45
14 changed files with 188 additions and 257 deletions

View File

@ -84,7 +84,7 @@ Foam::surfaceFeaturesExtraction::extractFromFile::features
Info<< nl << "Reading existing feature edges from file "
<< featureEdgeFile_ << nl
<< "Selecting edges based purely on geometric tests: "
<< geometricTestOnly().asText() << endl;
<< geometricTestOnly().c_str() << endl;
return autoPtr<surfaceFeatures>
(