openfoam/applications/utilities/postProcessing/dataConversion/foamToVTK
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 Removed all warnings from gcc-4.3.0 except those from 2008-06-11 15:55:07 +01:00
foamToVTK.C Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
internalWriter.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
internalWriter.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
internalWriterTemplates.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
lagrangianWriter.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
lagrangianWriter.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
lagrangianWriterTemplates.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
patchWriter.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
patchWriter.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
patchWriterTemplates.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
readFields.C Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
readFields.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
vtkMesh.C Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
vtkMesh.H Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
vtkTopo.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
vtkTopo.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
writeFaceSet.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
writeFaceSet.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
writeFuns.C Merge commit 'OpenCFD/master' into olesenm 2009-01-07 09:39:17 +01:00
writeFuns.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
writeFunsTemplates.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
writePatchGeom.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
writePatchGeom.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
writePointSet.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
writePointSet.H update copyrights for 2009 2008-12-31 19:01:56 +01:00
writeSurfFields.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
writeSurfFields.H update copyrights for 2009 2008-12-31 19:01:56 +01:00