Skip to content

Commit

Permalink
Merge pull request #460 from SCOREC/apw/smoothCAPAnisoSizes_paramorder
Browse files Browse the repository at this point in the history
Fix smoothCAPAnisoSizes parameter order
  • Loading branch information
cwsmith authored Oct 21, 2024
2 parents 826c79d + 8db614c commit f4f31a9
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 f4f31a9

Please sign in to comment.