openfoam/applications
Mark Olesen 946aac500a HashTbl changes
- iterators store pointers instead of references to the HashTbl.
  This lets us use the default bitwise copy/assignment

- add empty constructor for iterators. It returns the equivalent to end().
  This lets us do this:
      HashTbl<label>::iterator iter;
      // some time later
      iter = find(Value);

- erase(const HashTbl<AnyType, Key, AnyHash>&) is now more generous.
  Only the Key type matters, not the hashing function.
2009-10-30 22:37:35 +01:00
..
solvers Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-10-12 13:04:02 +01:00
test HashTbl changes 2009-10-30 22:37:35 +01:00
utilities First useful Qt modifications to the PV3blockMeshReader, PV3FoamReader 2009-10-23 00:33:42 +02:00
Allwmake Allwmake and {applications,src}/Allwmake use wmake/wmakeCheckPwd 2009-08-07 20:24:11 +02:00