reworked functionObjectList to use PtrList
- This was originally plan 'B', but it is actually probably more efficient than using PtrDictionary anyhow. - straightened out the return value logic, but it wasn't being used anywhere anyhow. - new 'updated_' data member avoids inadvertent execution in the read() method when execution is turned off.
Showing
- applications/test/PtrList/Make/files 3 additions, 0 deletionsapplications/test/PtrList/Make/files
- applications/test/PtrList/Make/options 0 additions, 0 deletionsapplications/test/PtrList/Make/options
- applications/test/PtrList/PtrListTest.C 112 additions, 0 deletionsapplications/test/PtrList/PtrListTest.C
- src/OpenFOAM/db/functionObjectList/functionObjectList.C 128 additions, 66 deletionssrc/OpenFOAM/db/functionObjectList/functionObjectList.C
- src/OpenFOAM/db/functionObjectList/functionObjectList.H 30 additions, 14 deletionssrc/OpenFOAM/db/functionObjectList/functionObjectList.H
Please register or sign in to comment