openfoam/applications/utilities/surface/surfaceMeshConvert
Mark Olesen 779a2ca084 ENH: adjust fileName methods for similarity to std::filesystem::path
- stem(), replace_name(), replace_ext(), remove_ext() etc

- string::contains() method - similar to C++23 method

  Eg,
      if (keyword.contains('/')) ...
  vs
      if (keyword.find('/') != std::string::npos) ...
2022-10-11 17:58:22 +02:00
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
coordinateSystems RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
surfaceMeshConvert.C ENH: adjust fileName methods for similarity to std::filesystem::path 2022-10-11 17:58:22 +02:00