Skip to content

Commit

Permalink
Update helper.cxx.jinja to reflect renaming of geometry() to calculat…
Browse files Browse the repository at this point in the history
…eGeometry().
  • Loading branch information
tomchapman committed Nov 29, 2023
1 parent 46a253e commit 1a7a148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pylib/_boutpp_build/helper.cxx.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ void c_mesh_normalise(Mesh * msh, double norm){
coord->dx /= norm;
coord->dy /= norm;
coord->dz /= norm;
coord->geometry();
coord->calculateGeometry();
}

0 comments on commit 1a7a148

Please sign in to comment.