From ddff0f8a7a17e5ccdc377c3339e33b65d4702c14 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Fri, 16 Aug 2019 17:09:08 +0200
Subject: [PATCH] Added a section for AGN models to the master YAML file.

---
 examples/parameter_example.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml
index 5ef0679d07..1219509296 100644
--- a/examples/parameter_example.yml
+++ b/examples/parameter_example.yml
@@ -404,6 +404,8 @@ EAGLEFeedback:
   SNII_yield_factor_Silicon:        1.0             # (Optional) Correction factor to apply to the Silicon yield from the SNII channel.
   SNII_yield_factor_Iron:           0.5             # (Optional) Correction factor to apply to the Iron yield from the SNII channel.
 
+# Parameters related to AGN models  -----------------------------------------------
+  
 # EAGLE AGN model
 EAGLEAGN:
   subgrid_seed_mass_Msun:           1.5e5      # Black hole subgrid mass at creation time in solar masses.
-- 
GitLab