Skip to content

Commit

Permalink
Further small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchapman committed Nov 10, 2024
1 parent 4f8ae37 commit 270f052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/laplacexy/laplace_perp/test.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main(int argc, char** argv) {
calc_metric = Options::root()["calc_metric"].withDefault(false);
if (calc_metric) {
auto tokamak_coordinates_factory = TokamakCoordinatesFactory(*mesh);
tokamak_coordinates_factory.make_tokamak_coordinates(true, true);
const auto& coord = tokamak_coordinates_factory.make_tokamak_coordinates(true, true);
}

///////////////////////////////////////
Expand Down
1 change: 0 additions & 1 deletion tests/integrated/test-interchange-instability/2fluid.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class Interchange : public PhysicsModel {

const auto tokamak_coordinates_factory = TokamakCoordinatesFactory(*mesh);
coord = tokamak_coordinates_factory.make_tokamak_coordinates(noshear, true);

tokamak_coordinates_factory.normalise(rho_s, bmag / 1e4);

// Tell BOUT++ which variables to evolve
Expand Down

0 comments on commit 270f052

Please sign in to comment.