Skip to content

Fix underscore suffixes in PETScLUSolver.hpp

Marcus Mohr requested to merge mohr/fixDecorations into master

Use of marking the private member variables in the PETScLUSolver class was terribly inconsistent, with some having a trailing underscore and others not. With this merge all get one.

Merge request reports