mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: added constexpr, noexcept for bool, Switch
- rationalized some method naming. Eg, c_str() instead of asText()
This commit is contained in:
@ -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>
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user