Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Aug 26, 2019
1 parent bbf143f commit b58216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/interfaces/Coupleable.C
Expand Up @@ -912,7 +912,7 @@ Coupleable::coupledDotDotDu(const std::string & var_name, unsigned int comp)
{
if (_c_nodal)
return var->dofValuesDuDotDotDuNeighbor();
return var->duDotDotDu();
return var->duDotDotDuNeighbor();
}
}

Expand Down

0 comments on commit b58216d

Please sign in to comment.