From 9dd21d70e96057831312893795cd7ad394276959 Mon Sep 17 00:00:00 2001 From: monty Date: Wed, 20 Nov 2024 10:07:11 -0700 Subject: [PATCH] links are broken --- examples/model_coupling/external-linearmodel-ascii.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/model_coupling/external-linearmodel-ascii.jl b/examples/model_coupling/external-linearmodel-ascii.jl index 2427e802..744bff35 120000 --- a/examples/model_coupling/external-linearmodel-ascii.jl +++ b/examples/model_coupling/external-linearmodel-ascii.jl @@ -1,4 +1,4 @@ -C:/Users/monty/.julia/dev/Mads/#TODO this does NOT work; `parameters` are not required to be Ordered Dictionary +# TODO this does NOT work; `parameters` are not required to be Ordered Dictionary paramfile = open("parameters.dat") parameters = Meta.parse.(readlines(paramfile)) close(paramfile)