Skip to content

Commit

Permalink
Fixed mooseObject location idaholab#21786
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnezdyur committed Aug 18, 2022
1 parent e825912 commit f73cd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tensor_mechanics/src/materials/NonlocalDamage.C
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

#include "NonlocalDamage.h"

registerMooseObject("MooseApp", NonlocalDamage);
registerMooseObject("MooseApp", ADNonlocalDamage);
registerMooseObject("TensorMechanicsApp", NonlocalDamage);
registerMooseObject("TensorMechanicsApp", ADNonlocalDamage);

template <bool is_ad>
InputParameters
Expand Down

0 comments on commit f73cd6a

Please sign in to comment.