Skip to content

Commit

Permalink
doxygen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Tomin authored and Pavel Tomin committed Dec 20, 2024
1 parent 0b19dc6 commit fe8d1e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreComponents/physicsSolvers/PhysicsSolverBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ class PhysicsSolverBase : public ExecutableGroup

/// @return string for the writeLinearSystem wrapper
static constexpr char const * writeLinearSystemString() { return "writeLinearSystem"; }

/// @return string for the allowNonConvergedLinearSolverSolution wrapper
static constexpr char const * allowNonConvergedLinearSolverSolutionString() { return "allowNonConvergedLinearSolverSolution"; }
};

Expand Down

0 comments on commit fe8d1e3

Please sign in to comment.