Skip to content

Commit

Permalink
Change docstring to denote that this is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Dec 7, 2021
1 parent e70955b commit e46ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/include/actions/AddVariableAction.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AddVariableAction : public MooseObjectAction
static FEType feType(const InputParameters & params);

/**
* determine the variable type given an FEType and number of components
* DEPRECATED: Use variableType instead
*/
static std::string
determineType(const FEType & fe_type, unsigned int components, bool is_fv = false);
Expand Down

0 comments on commit e46ee9d

Please sign in to comment.