Skip to content

Commit

Permalink
Merge pull request #14283 from mschreter/avoid_warning
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Sep 19, 2022
2 parents e436694 + 69bfe8c commit 9040062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deal.II/grid/reference_cell.h
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ ReferenceCell::n_lines() const
return 12;

Assert(false, ExcNotImplemented());
return numbers::invalid_unsigned_int;
return 0;
}


Expand Down

0 comments on commit 9040062

Please sign in to comment.