Skip to content

Commit

Permalink
missing typename
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Diez committed Oct 18, 2023
1 parent 27d8058 commit da466f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ class MixedGenericCriteria : public ConvergenceCriteria< TSparseSpace, TDenseSpa
* @return dof variable is found or not
*/
bool FindVarLocalKey(
DofsArrayType::const_iterator iDof,
typename DofsArrayType::const_iterator iDof,
int& rVarLocalKey) const
{
const auto &r_current_variable = iDof->GetVariable();
Expand Down

0 comments on commit da466f6

Please sign in to comment.