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

@@ -32,6 +32,7 @@ impl<'a> PairInteraction for JointGraphEdge {
}
#[cfg(feature = "parallel")]
#[allow(dead_code)] // That will likely be useful when we re-introduce intra-island parallelism.
pub(crate) struct ParallelInteractionGroups {
bodies_color: Vec<u128>, // Workspace.
interaction_indices: Vec<usize>, // Workspace.
@@ -41,6 +42,7 @@ pub(crate) struct ParallelInteractionGroups {
}
#[cfg(feature = "parallel")]
#[allow(dead_code)] // That will likely be useful when we re-introduce intra-island parallelism.
impl ParallelInteractionGroups {
pub fn new() -> Self {
Self {