openfoam/applications/utilities/mesh/manipulation/createBaffles/faceSelection
Mark Olesen 84b109219a STYLE: reduced usage of Switch
- Since 'bool' and 'Switch' use the _identical_ input mechanism
  (ie, both accept true/false, on/off, yes/no, none, 1/0), the main
  reason to prefer one or the other is the output.

  The output for Switch is as text (eg, "true"), whereas for bool
  it is label (0 or 1). If the output is required for a dictionary,
  Switch may be appropriate. If the output is not required, or is only
  used for Pstream exchange, bool can be more appropriate.
2018-06-01 20:51:48 +02:00
..
faceSelection.C STYLE: use auto and cfind to simplify selector usage (issue #512) 2017-07-03 10:36:03 +02:00
faceSelection.H STYLE: reduced usage of Switch 2018-06-01 20:51:48 +02:00
faceZoneSelection.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
faceZoneSelection.H STYLE: use 'return nullptr' for empty autoPtr/tmp returns 2018-03-21 09:31:09 +01:00
searchableSurfaceSelection.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
searchableSurfaceSelection.H STYLE: use 'return nullptr' for empty autoPtr/tmp returns 2018-03-21 09:31:09 +01:00