openfoam/applications/utilities/mesh/conversion
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
..
ansysToFoam update copyrights for 2009 2008-12-31 19:01:56 +01:00
cfx4ToFoam Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
fluent3DMeshToFoam update copyrights for 2009 2008-12-31 19:01:56 +01:00
fluentMeshToFoam Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
foamMeshToFluent update copyrights for 2009 2008-12-31 19:01:56 +01:00
foamToStarMesh update copyrights for 2009 2008-12-31 19:01:56 +01:00
gambitToFoam update copyrights for 2009 2008-12-31 19:01:56 +01:00
gmshToFoam Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
ideasUnvToFoam Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
kivaToFoam update copyrights for 2009 2008-12-31 19:01:56 +01:00
mshToFoam update copyrights for 2009 2008-12-31 19:01:56 +01:00
netgenNeutralToFoam Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
Optional update copyrights for 2009 2008-12-31 19:01:56 +01:00
plot3dToFoam update copyrights for 2009 2008-12-31 19:01:56 +01:00
polyDualMesh Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
sammToFoam Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
star4ToFoam update copyrights for 2009 2008-12-31 19:01:56 +01:00
starToFoam Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
tetgenToFoam Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
writeMeshObj update copyrights for 2009 2008-12-31 19:01:56 +01:00