openfoam/applications/utilities/postProcessing/dataConversion
Mark Olesen 9c7aa9727a ENH: add UPstream::parRun(const bool)
- slightly neater code when disabling/restoring parallel state

  New
      const bool oldParRun = Pstream::parRun(false);
      ...
      Pstream::parRun(oldParRun);

  Old
      const bool oldParRun = Pstream::parRun();
      Pstream::parRun() = false;
      ...
      Pstream::parRun() = oldParRun;
2020-10-12 12:51:22 +02:00
..
foamDataToFluent GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamToEnsight ENH: add UPstream::parRun(const bool) 2020-10-12 12:51:22 +02:00
foamToGMV GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamToTetDualMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
foamToVTK STYLE: use more generic terms allow/deny for selections 2020-09-09 13:54:34 +02:00
smapToFoam GIT: Header file updates 2019-10-31 14:48:44 +00:00