openfoam/applications/utilities/postProcessing/dataConversion/foamToEnsight
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
cellSets.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
checkData.H New foamToEnsight with support for binary files contributed by Francesco. 2008-06-09 13:39:39 +01:00
checkMeshMoving.H New foamToEnsight with support for binary files contributed by Francesco. 2008-06-09 13:39:39 +01:00
ensightCaseHeader.H New foamToEnsight with support for binary files contributed by Francesco. 2008-06-09 13:39:39 +01:00
ensightCaseTail.H New foamToEnsight with support for binary files contributed by Francesco. 2008-06-09 13:39:39 +01:00
ensightCloudField.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
ensightCloudField.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
ensightField.C Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
ensightField.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
ensightMesh.C Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
ensightMesh.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
ensightParticlePositions.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
ensightParticlePositions.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
ensightWriteBinary.C Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
ensightWriteBinary.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
faceSets.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
foamToEnsight.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
itoa.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
itoa.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
moveMesh.H New foamToEnsight with support for binary files contributed by Francesco. 2008-06-09 13:39:39 +01:00