BUG: FixedList '<' operator using a template parameter (fixes #458)
- cannot use comparison of list sizes. Okay for UList, but not here. STYLE: - don't need two iterators for the '<' comparison, can just access internal storage directly
Showing
- applications/test/FixedList/Test-FixedList.C 9 additions, 1 deletionapplications/test/FixedList/Test-FixedList.C
- src/OpenFOAM/containers/Lists/FixedList/FixedList.C 9 additions, 16 deletionssrc/OpenFOAM/containers/Lists/FixedList/FixedList.C
- src/OpenFOAM/containers/Lists/UList/UList.C 2 additions, 8 deletionssrc/OpenFOAM/containers/Lists/UList/UList.C
Please register or sign in to comment