Skip to content

Commit

Permalink
pySTEL: Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lazersos committed Oct 18, 2024
1 parent d8605c3 commit d720977
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pySTEL/libstell/vmec.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ def getSpline(self,*args,**kwargs):
print(rf' AUX_F = {aux_f}')
return aux_s,aux_f



def getCurrentPoloidal(self):
"""Returns the poloidal total current
This routine returns the total poloidal current as used by the
Expand Down Expand Up @@ -388,7 +386,6 @@ def get_flxcoord(self,s,u,v):
"""
return self.libStell.vmec_get_flxcoord(s,u,v)


def extrapSurface(self,surf=None,dist=0.1):
"""Returns an extrapolated surface.
This routine extrapolates a surface a given distance using the
Expand Down

0 comments on commit d720977

Please sign in to comment.