Skip to content

Commit

Permalink
Merge branch 'codac2_dev' into codac2_ellipsoids
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Dec 17, 2024
2 parents b7444b5 + 9882f6d commit bad3bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tools/codac2_Approx.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace codac2

else
{
assert_release(false && "Approx::operator== unhandled case")
assert_release(false && "Approx::operator== unhandled case");
return false;
}
}
Expand Down

0 comments on commit bad3bca

Please sign in to comment.