aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lotka_volterra/metadata.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lotka_volterra/metadata.toml')
-rw-r--r--examples/lotka_volterra/metadata.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/lotka_volterra/metadata.toml b/examples/lotka_volterra/metadata.toml
deleted file mode 100644
index 9753537..0000000
--- a/examples/lotka_volterra/metadata.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-[model]
-name-en = "Lotka–Volterra equations"
-description-en = "Predator-Prey Model"
-
-[examples]
-
- [examples.mathworld]
- x = 10
- y = 5
- alpha = 1.5
- beta = 1
- gamma = 1
- t = [0, 20]
-