"README.md" did not exist on "77ed073bdb8eea377bb83a0ede77a11657dc8be8"
-
Mark OLESEN authored
- fix constness on updateMat COMP: use std::max_element instead of Foam::max(List..) - PetscInt may be an unusually sized type and the Foam::max(List...) convenience field function may fail. Eg, if PetscInt is something like 'long long' and there is no pTraits<long long>::min, max defined. COMP: add additional library link dependencies See merge request !9
Mark OLESEN authored- fix constness on updateMat COMP: use std::max_element instead of Foam::max(List..) - PetscInt may be an unusually sized type and the Foam::max(List...) convenience field function may fail. Eg, if PetscInt is something like 'long long' and there is no pTraits<long long>::min, max defined. COMP: add additional library link dependencies See merge request !9