From 7fc7e054cd2f30f9562f7f583aa80d33faa16ddc Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Mon, 30 Sep 2019 09:01:38 +0200 Subject: [PATCH] Linked doc to CourbeRemous resolution method selector --- src/app/calculators/remous/remous.config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/calculators/remous/remous.config.json b/src/app/calculators/remous/remous.config.json index 93770a076..a25896299 100644 --- a/src/app/calculators/remous/remous.config.json +++ b/src/app/calculators/remous/remous.config.json @@ -48,7 +48,12 @@ { "id": "select_resolution", "type": "select", - "source": "remous_methode_resolution" + "source": "remous_methode_resolution", + "help": { + "Trapezes": "../methodes_numeriques/integration_trapezes.html", + "RungeKutta4": "../methodes_numeriques/rk4.html", + "EulerExplicite": "../methodes_numeriques/euler_explicite.html" + } } ] }, -- GitLab