diff --git a/crates/specialized/rtx-cfd/src/mesh/patch_gen.rs b/crates/specialized/rtx-cfd/src/mesh/patch_gen.rs index c4a9a0f..293b4c9 100644 --- a/crates/specialized/rtx-cfd/src/mesh/patch_gen.rs +++ b/crates/specialized/rtx-cfd/src/mesh/patch_gen.rs @@ -720,7 +720,6 @@ pub fn cylinder_flag_patch_deformed_tip( } /// [`cylinder_flag_patch_deformed_from`] with the flat tip. -#[allow(clippy::too_many_arguments)] thread_local! { /// PERF-2 P0 (`docs/perf2_campaign.md`): wall time [ns] of the /// regeneration's stages on this thread — outline, hull + offset, ring @@ -738,6 +737,7 @@ pub fn regen_profile() -> [u64; 8] { REGEN_NS.with(|r| *r.borrow()) } +#[allow(clippy::too_many_arguments)] pub fn cylinder_flag_patch_deformed_from_tip( prev: Option<&PatchMesh>, centre: [f64; 2],