openfoam/applications/utilities/postProcessing/graphics/PV3FoamReader
Mark Olesen 69918f23c5 consistency update
- OSspecific: chmod() -> chMod(), even although it's not used anywhere

- ListOps get subset() and inplaceSubset() templated on BoolListType

- added UList<bool>::operator[](..) const specialization.
  Returns false (actually pTraits<bool>::zero) for out-of-range elements.
  This lets us use List<bool> with lazy evaluation and no noticeable
  change in performance.

- use rcIndex() and fcIndex() wherever possible.
  Could check if branching or modulus is faster for fcIndex().

- UList and FixedList get 'const T* cdata() const' and 'T* data()' members.
  Similar to the STL front() and std::string::data() methods, they return a
  pointer to the first element without needing to write '&myList[0]', recast
  begin() or violate const-ness.
2009-02-06 20:43:09 +01:00
..
PV3FoamReader small change to CMakeLists.txt for cmake-2.6.2 2008-12-15 22:06:44 +01:00
vtkPV3Foam consistency update 2009-02-06 20:43:09 +01:00
Allwclean Be pickier about only running certain scripts from the cwd 2008-08-09 18:50:27 +02:00
Allwmake modified remaining Allwmake scripts to run from anywhere 2008-09-19 14:47:06 +02:00