Skip to content

Some code improvements

wenqing requested to merge wenqing/ogs:misc_correction into master
  • removed unused header includes in ogs.cpp
  • added releaseMatrix(A) and releaseMatrix(rhs) in the end of NonlinearSolver<NonlinearSolverTag::Picard>:: calculateNonEquilibriumInitialResiduum (a bug found by @chleh).
  • moved INFO("Calculate non-equilibrium initial residuum.") to the right place to avoid that message displayed always.
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by Dmitry Yu. Naumov

Merge request reports