Skip to content

Commit

Permalink
Merge branch 'exact_pms' of https://github.com/hiddenSymmetries/simsopt
Browse files Browse the repository at this point in the history
… into exact_pms
  • Loading branch information
WillhHoffman committed Aug 12, 2024
2 parents f677e63 + 9357105 commit fb3e769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/2_Intermediate/tokamak_dipoles.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
else:
nphi = 64 # nphi = ntheta >= 64 needed for accurate full-resolution runs
ntheta = nphi
Nx = 80 # cartesian bricks but note that we are not modelling the cubic geometry!
Nx = 50 # cartesian bricks but note that we are not modelling the cubic geometry!
Ny = Nx
Nz = Nx

Expand Down
2 changes: 1 addition & 1 deletion examples/2_Intermediate/tokamak_exact.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
else:
nphi = 64 # nphi = ntheta >= 64 needed for accurate full-resolution runs
ntheta = nphi
Nx = 80 # cartesian bricks but note that we are not modelling the cubic geometry!
Nx = 50 # cartesian bricks but note that we are not modelling the cubic geometry!
Ny = Nx
Nz = Nx

Expand Down

0 comments on commit fb3e769

Please sign in to comment.