From 8db614cbd783d3b0078061e05207d93e094b4403 Mon Sep 17 00:00:00 2001 From: Aiden Woodruff Date: Thu, 10 Oct 2024 14:31:49 -0400 Subject: [PATCH] fix: Correct smoothCAPAnisoSizes param order - Update declaration to match definition. Signed-off-by: Aiden Woodruff --- apf_cap/apfCAP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apf_cap/apfCAP.h b/apf_cap/apfCAP.h index 9b8c5005d..9fee1ce48 100644 --- a/apf_cap/apfCAP.h +++ b/apf_cap/apfCAP.h @@ -206,7 +206,7 @@ bool has_smoothCAPAnisoSizes(void) noexcept; * \pre m must be an apf::MeshCAP. */ bool smoothCAPAnisoSizes(apf::Mesh2* m, std::string analysis, - apf::Field* frames, apf::Field* scales); + apf::Field* scales, apf::Field* frames); }//namespace apf