Skip to content

Commit

Permalink
Merge pull request #14519 from tjhei/invalid_int_assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Dec 2, 2022
2 parents 4e92747 + f061993 commit 292aa43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ namespace VectorTools
// constraint indices will get the normal that contain the other
// indices.
Tensor<1, dim> normal;
unsigned constrained_index = -1;
unsigned int constrained_index = numbers::invalid_unsigned_int;
for (unsigned int d = 0; d < dim; ++d)
if (is_constrained[d])
{
Expand Down

0 comments on commit 292aa43

Please sign in to comment.