From 3656e5fe6208a8cfdcbacb8a4a209253e8e7134a Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 11 Oct 2023 15:48:36 +0200
Subject: [PATCH] Add the required snapshot triggers to the stellar evolution
 subgrid test

---
 examples/SubgridTests/StellarEvolution/stellar_evolution.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/SubgridTests/StellarEvolution/stellar_evolution.yml b/examples/SubgridTests/StellarEvolution/stellar_evolution.yml
index 8fa7c81a13..b39b886de8 100644
--- a/examples/SubgridTests/StellarEvolution/stellar_evolution.yml
+++ b/examples/SubgridTests/StellarEvolution/stellar_evolution.yml
@@ -19,6 +19,8 @@ Snapshots:
   time_first:          0.                # Time of the first output (in internal units)
   delta_time:          3.e-5             # Time difference between consecutive outputs (internal units)
   compression:         4
+  recording_triggers_part: [1.0227e-4, 1.0227e-5]   # Recording starts 100M and 10M years before a snapshot
+  recording_triggers_bpart: [1.0227e-4, 1.0227e-5]  # Recording starts 100M and 10M years before a snapshot
 
 # Parameters governing the conserved quantities statistics
 Statistics:
-- 
GitLab