Skip to content

Commit

Permalink
fix: Correct smoothCAPAnisoSizes param order
Browse files Browse the repository at this point in the history
- Update declaration to match definition.

Signed-off-by: Aiden Woodruff <[email protected]>
  • Loading branch information
bobpaw committed Oct 10, 2024
1 parent e8c9770 commit 8db614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apf_cap/apfCAP.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8db614c

Please sign in to comment.