From 12c57766f6ed366699211f218055debeeced7406 Mon Sep 17 00:00:00 2001
From: David <david.dorchies@inrae.fr>
Date: Fri, 5 Apr 2024 17:00:26 +0200
Subject: [PATCH] docs(plot.GRiwrm): bad color of reservoir with injection

Refs #146
---
 man/plot.GRiwrm.Rd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/plot.GRiwrm.Rd b/man/plot.GRiwrm.Rd
index 87da1e3..234d946 100644
--- a/man/plot.GRiwrm.Rd
+++ b/man/plot.GRiwrm.Rd
@@ -11,7 +11,7 @@
   width = "100\%",
   height = "100\%",
   box_colors = c(UpstreamUngauged = "#eef", UpstreamGauged = "#aaf", IntermediateUngauged
-    = "#efe", IntermediateGauged = "#afa", DirectInjection = "#faa", Reservoir = "#9de"),
+    = "#efe", IntermediateGauged = "#afa", Reservoir = "#9de", DirectInjection = "#faa"),
   defaultClassDef = "stroke:#333",
   ...
 )
-- 
GitLab