From eb35e0c52032b0ebb1f57ff585df09ef971d9ab9 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Wed, 14 Feb 2024 17:31:06 +0000 Subject: [PATCH] Add effective_time to variables --- src/variables.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/variables.jl b/src/variables.jl index 7776fee..85f851f 100644 --- a/src/variables.jl +++ b/src/variables.jl @@ -172,6 +172,9 @@ Instead, the `bmat` and `bval` should be constrained for specific `Pathways` function bmat_gradient end +function effective_time end + + """ VariableNotAvailable(building_block, variable, alt_variable) -- GitLab