openfoam/applications/utilities/postProcessing/dataConversion/foamToEnsightParts
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 extended the conversion library and utilities 2008-07-04 16:26:22 +02:00
checkHasMovingMesh.H extended the conversion library and utilities 2008-07-04 16:26:22 +02:00
ensightOutputCase.H foamToEnsightParts updated 2008-08-05 20:32:23 +02:00
ensightOutputFunctions.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
ensightOutputFunctions.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
findFields.H foamToEnsightParts updated 2008-08-05 20:32:23 +02:00
foamToEnsightParts.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
getTimeIndex.H foamToEnsightParts: added -index option, streamlined IOobject usage, fixed typo 2008-10-14 15:29:30 +02:00
moveMesh.H foamToEnsightParts: added -index option, streamlined IOobject usage, fixed typo 2008-10-14 15:29:30 +02:00
validateFields.H Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00