openfoam/applications/utilities/preProcessing/viewFactorsGen
Mark Olesen e18ff114a6 ENH: add UPstream::allProcs() method
- returns a range of `int` values that can be iterated across.
  For example,

      for (const int proci : Pstream::allProcs()) { ... }

  instead of

      for (label proci = 0; proci < Pstream::nProcs(); ++proci) { ... }
2020-09-28 14:25:59 +02:00
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
searchingEngine.H boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
shootRays.H ENH: add UPstream::allProcs() method 2020-09-28 14:25:59 +02:00
viewFactorsGen.C ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00