openfoam/applications/utilities/mesh/manipulation/setSet
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 Moved setSet into manipulation 2008-06-18 12:53:03 +01:00
Allwmake can call Allwmake scripts directly instead of with ( cd foo && ./Allwmake ) 2008-11-05 10:39:06 +01:00
setSet.C Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +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
writePatch.C update copyrights for 2009 2008-12-31 19:01:56 +01:00
writePatch.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