From 4c27de72549cf9e0cea0f6d84a40cf771e453541 Mon Sep 17 00:00:00 2001
From: Simon Emmert <simon.emmert@iws.uni-stuttgart.de>
Date: Tue, 1 Dec 2020 18:07:18 +0100
Subject: [PATCH] Add correct link for brine documentation of NaCl binary
 diffusion coefficient

---
 dumux/material/fluidsystems/brine.hh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dumux/material/fluidsystems/brine.hh b/dumux/material/fluidsystems/brine.hh
index edc282da01..98a55c712d 100644
--- a/dumux/material/fluidsystems/brine.hh
+++ b/dumux/material/fluidsystems/brine.hh
@@ -455,9 +455,8 @@ public:
                 swap(compIIdx, compJIdx);
             }
             //! \todo TODO implement binary coefficients
-            // http://webserver.dmt.upm.es/~isidoro/dat1/Mass%20diffusivity%20data.htm
+            // http://webserver.dmt.upm.es/~isidoro/dat1/Mass%20diffusivity%20data.pdf
             // The link above was given as a reference in brine_air fluid system.
-            // Doesn't work anymore though...
             if (compJIdx == NaClIdx)
                 return 0.12e-9;
             else
-- 
GitLab