From 6ec7b9009fd67e91560de8484d093e2d322070ec Mon Sep 17 00:00:00 2001 From: Niki Laptop <2212719@stud.hs-mannheim.de> Date: Mon, 9 Jun 2025 13:07:00 +0200 Subject: [PATCH] remove constructor --- src/constants.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/constants.jl b/src/constants.jl index 4325f91..c06f46c 100644 --- a/src/constants.jl +++ b/src/constants.jl @@ -22,8 +22,7 @@ struct GSParams Dv::Float64 # diffusion rate V F::Float64 # feed rate k::Float64 # kill rate - GSParams(; N::Int, dx::Float64, Du::Float64, Dv::Float64, F::Float64, k::Float64) = - new(N, dx, Du, Dv, ϵ, a) + end export FHNParams, GSParams