openfoam/applications/test/surfaceReading
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 STYLE: some test apps compiling into wrong location (issue #876) 2018-06-27 10:31:35 +02:00
Test-surfaceReading.C ENH: adjust fileName methods for similarity to std::filesystem::path 2022-10-11 17:58:22 +02:00