Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Nov 19, 2024
1 parent c5aa72d commit 9553bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desc/objectives/_coils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ class SurfaceQuadraticFlux(_Objective):
Parameters
----------
surface : FourierRZToroidalSurface
surface : FourierRZToroidalSurface
QFM surface upon which the normal field error will be minimized.
field : MagneticField
External field produced by coils or other source, which will be optimized to
Expand All @@ -1303,8 +1303,8 @@ class SurfaceQuadraticFlux(_Objective):
eval_grid : Grid, optional
Collocation grid containing the nodes on the surface at which the
magnetic field is being calculated and where to evaluate Bn errors.
Default grid is: ``LinearGrid(rho=np.array([1.0]), M=surface.M_grid,
N=surface.N_grid, NFP=surface.NFP, sym=False)``
Default grid is: LinearGrid(rho=np.array([1.0]), M=surface.M_grid,
N=surface.N_grid, NFP=surface.NFP, sym=False)
field_grid : Grid, optional
Grid used to discretize field (e.g. grid for the magnetic field source from
coils). Default grid is determined by the specific MagneticField object, see
Expand Down

0 comments on commit 9553bb1

Please sign in to comment.