Skip to content

Two fixes

wenqing requested to merge wenqing/ogs:fixing into master
  • Fixed a compilation error for Debug building. The error message says
 ...ParameterLib/CoordinateSystem.cpp:97:9:   in ‘constexpr’ expansion of ‘fmt::v8::basic_format_string<char, double, const double&>(ParameterLib::error_info)’
 ...BaseLib/Error.h:30:45: error: the value of ‘ParameterLib::error_info’ is not usable in a constant expression
  • Fixed a run time error when Python BC is used in the code built with PETSc. This error only occurs in the Picard nonlinear solver.
  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