chore: CI fixes

This commit is contained in:
Sébastien Crozet
2024-01-22 21:06:33 +01:00
parent 9b87f06a85
commit bef72df32c
5 changed files with 8 additions and 3 deletions

View File

@@ -943,6 +943,7 @@ impl Multibody {
#[cfg(feature = "parallel")]
#[inline]
#[allow(dead_code)] // That will likely be useful when we re-introduce intra-island parallelism.
pub(crate) fn num_active_internal_constraints_and_jacobian_lines(&self) -> (usize, usize) {
let num_constraints: usize = self
.links