Skip to content

Commit

Permalink
Removing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel committed Jun 7, 2021
1 parent bf7f348 commit b1cbd38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions anisotropy/aniso_ref.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ namespace SmallStrainMechanics{
template <class TDomain>
number MaxEdgeLength(TDomain& dom, MathVector<TDomain::dim>& ndir)
{
UG_ASSERT(dom.grid().get() == refiner.get_associated_grid(),
"Grids in domain and in refiner have to match!");

UG_ASSERT(TDomain::dim == 3, "dimension must be 3!");

Expand Down

0 comments on commit b1cbd38

Please sign in to comment.