Skip to content

Commit

Permalink
fixed url for vmec repository
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Oct 27, 2023
1 parent 490282b commit e3568fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simsopt/mhd/vmec.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def __init__(self,
raise RuntimeError(
"Running VMEC from simsopt requires VMEC python extension. "
"Install the VMEC python extension from "
"https://https://github.com/hiddenSymmetries/VMEC2000")
"https://github.com/hiddenSymmetries/VMEC2000")

comm = self.mpi.comm_groups
self.fcomm = comm.py2f()
Expand Down

0 comments on commit e3568fc

Please sign in to comment.