Skip to content

Normalisation fixes - #3482

Open
dschwoerer wants to merge 3 commits into
nextfrom
hermes-hotfix
Open

Normalisation fixes#3482
dschwoerer wants to merge 3 commits into
nextfrom
hermes-hotfix

Conversation

@dschwoerer

Copy link
Copy Markdown
Contributor

Both commits are required to have the 2D-production test for Hermes-3. I tested locally only the 2nd patch, and in CI the first patch only. Both failed on there own.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

}
return {.g11{1 / SQ(Bnorm * rho_s0)},
return {.g11{SQ(Bnorm * rho_s0)},
.g11_mul{true},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: braces around scalar initializer [clang-diagnostic-braced-scalar-init]

Suggested change
.g11_mul{true},
.g11_mul true,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what clang-tidy is trying to do here, but g++ 15.2.0 is not happy with the suggested change.

Comment thread src/mesh/tokamak_coordinates.cxx
Comment thread src/mesh/tokamak_coordinates.cxx
Comment thread src/mesh/tokamak_coordinates.cxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant