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)