Skip to content

Commit

Permalink
Matt comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejpaul committed Jul 30, 2024
1 parent 87fc7b2 commit bbfeaa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/_booz_xform/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@ quantity is zero so the array will have size 0 x 0.)")
.def_readonly("gmnc_b", &Booz_xform::gmnc_b, R"(
(2D float array of size mnboz x ns_b, output) cos(m * theta_B - n *
zeta_B) Fourier modes (with respect to Boozer coordinates) of the
Jacobian of (s, theta_B, zeta_B) coordinates.)")
Jacobian of (psi, theta_B, zeta_B) coordinates.)")

.def_readonly("gmns_b", &Booz_xform::gmns_b, R"(
(2D float array of size mnboz x ns_b, output) sin(m * theta_B - n *
zeta_B) Fourier modes (with respect to Boozer coordinates) of the
Jacobian of (s, theta_B, zeta_B) coordinates. If the configuration is
Jacobian of (psi, theta_B, zeta_B) coordinates. If the configuration is
stellarator-symmetric, this quantity is zero so this array will have
size 0 x 0.)")

Expand Down
4 changes: 2 additions & 2 deletions src/_booz_xform/booz_xform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,13 @@ namespace booz_xform {

/** (size mnboz x ns_b, output) cos(m * theta_B - n * zeta_B)
Fourier modes (with respect to Boozer coordinates) of the
Jacobian of (s, theta_B, zeta_B) coordinates.
Jacobian of (psi, theta_B, zeta_B) coordinates.
*/
Matrix gmnc_b;

/** (size mnboz x ns_b, output) sin(m * theta_B - n * zeta_B)
Fourier modes (with respect to Boozer coordinates) of the
Jacobian of (s, theta_B, zeta_B) coordinates. If the
Jacobian of (psi, theta_B, zeta_B) coordinates. If the
configuration is stellarator-symmetric, this quantity is zero
so this array will have size 0 x 0.
*/
Expand Down

0 comments on commit bbfeaa5

Please sign in to comment.