Skip to content

Commit

Permalink
doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Tomin authored and Pavel Tomin committed Jan 30, 2025
1 parent 7323102 commit 32b64d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreComponents/physicsSolvers/PhysicsSolverBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ class PhysicsSolverBase : public ExecutableGroup
*
* @tparam CONSTITUTIVE_BASE_TYPE the base type of the constitutive model.
* @param subRegion the subregion on which the constitutive model is registered
* @param the name name of the constitutive model of type CONSTITUTIVE_BASE_TYPE registered on the subregion.
* @param name the name of the constitutive model of type CONSTITUTIVE_BASE_TYPE registered on the subregion.
*/
template< typename CONSTITUTIVE_BASE_TYPE >
void setConstitutiveName( ElementSubRegionBase & subRegion, string const & name ) const;
Expand Down

0 comments on commit 32b64d5

Please sign in to comment.