Skip to content

Commit

Permalink
[proj] releasing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Jan 20, 2025
1 parent 26beffe commit acfb48a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/contractors/codac2_CtcProj.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ namespace codac2
assert_release(*min_element(_xi.begin(),_xi.end()) >= 0);
assert_release(*max_element(_xi.begin(),_xi.end()) < size_of(c));
assert_release(size_of(c) >= (Index)_xi.size() && "cannot compute a projection of a set into a superset");
assert_release(y.is_bisectable());
assert_release(default_eps > 0.);
}

Expand Down

0 comments on commit acfb48a

Please sign in to comment.