From cda1770ba41a9729ccba574c0654d588e7bc8ffd Mon Sep 17 00:00:00 2001
From: Josh Borrow <joshua.borrow@durham.ac.uk>
Date: Tue, 26 Feb 2019 10:22:08 +0000
Subject: [PATCH] Add correct viscosity info to ANARCHY

---
 src/hydro/AnarchyPU/hydro_io.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hydro/AnarchyPU/hydro_io.h b/src/hydro/AnarchyPU/hydro_io.h
index 99fea6a9fe..b2a411cf40 100644
--- a/src/hydro/AnarchyPU/hydro_io.h
+++ b/src/hydro/AnarchyPU/hydro_io.h
@@ -207,7 +207,7 @@ INLINE static void hydro_write_flavour(hid_t h_grpsph) {
   /* Nothing in this minimal model... */
   io_write_attribute_s(h_grpsph, "Thermal Conductivity Model", "No treatment");
   io_write_attribute_s(h_grpsph, "Viscosity Model",
-                       "Minimal treatment as in Monaghan (1992)");
+                       "Simplified version of Cullen & Denhen (2011)");
 
   /* Time integration properties */
   io_write_attribute_f(h_grpsph, "Maximal Delta u change over dt",
-- 
GitLab