openfoam/applications/utilities/preProcessing/mapFields
Mark Olesen 95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
  'XX.size() <= 0' or for simpler coding.
  It also has the same number of characters as '!XX.size()' and /might/ be
  more readable

- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
  when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
..
Make Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
createTimes.H Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
MapConsistentVolFields.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
mapFields.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
mapFieldsDict update dictionary headers and FoamFile entry to 1.5 format 2008-07-14 14:50:35 +02:00
mapLagrangian.C Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
mapLagrangian.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
MapLagrangianFields.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
MapVolFields.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
setRoots.H Updated command line arguments 2008-06-03 11:54:34 +01:00
setTimeIndex.H changed default time behaviour to use targetTime (was sourceTime) 2008-06-03 13:09:20 +01:00
UnMapped.H update copyrights for 2009 2008-12-31 19:01:56 +01:00