From 2ab795ccad57aba693ec4999f99c0bb42fd90660 Mon Sep 17 00:00:00 2001 From: 2211567 Date: Wed, 18 Jun 2025 10:53:06 +0200 Subject: [PATCH] removed PDEParams --- src/utils/constants.jl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/utils/constants.jl b/src/utils/constants.jl index 8403768..e453f1f 100644 --- a/src/utils/constants.jl +++ b/src/utils/constants.jl @@ -1,9 +1,4 @@ - - -abstract type PDEParams end - - -struct CombinedPDEParams <: PDEParams +struct CombinedPDEParams N::Int dx::Float64 Du::Float64