From e3568fc685f90012f0e5afdd4d9a5cac45cc6101 Mon Sep 17 00:00:00 2001 From: Matt Landreman Date: Fri, 27 Oct 2023 06:55:21 -0400 Subject: [PATCH] fixed url for vmec repository --- src/simsopt/mhd/vmec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simsopt/mhd/vmec.py b/src/simsopt/mhd/vmec.py index e78a37c11..0214fab0f 100644 --- a/src/simsopt/mhd/vmec.py +++ b/src/simsopt/mhd/vmec.py @@ -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()