From 488a59fe6158d3ad7040711f1dfb8898d4ad7e0e Mon Sep 17 00:00:00 2001
From: lhausamm <loic_hausammann@hotmail.com>
Date: Mon, 4 Jun 2018 14:24:21 +0200
Subject: [PATCH] Improve comment for output_list

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

diff --git a/examples/parameter_example.yml b/examples/parameter_example.yml
index 68f5c6e7a1..94e58ee5ce 100644
--- a/examples/parameter_example.yml
+++ b/examples/parameter_example.yml
@@ -81,7 +81,7 @@ Snapshots:
   UnitVelocity_in_cgs: 1  # (Optional) Unit system for the outputs (Centimeters per second)
   UnitCurrent_in_cgs:  1  # (Optional) Unit system for the outputs (Amperes)
   UnitTemp_in_cgs:     1  # (Optional) Unit system for the outputs (Kelvin)
-  output_list:          "" # (Optional) File containing the output times (see documentation)
+  output_list:          "" # (Optional) File containing the output times (see documentation in "Parameter File" section)
 
 # Parameters governing the conserved quantities statistics
 Statistics:
@@ -90,7 +90,7 @@ Statistics:
   time_first:             0.     # (Optional) Time of the first stats output if non-cosmological time-integration (in internal units)
   energy_file_name:    energy    # (Optional) File name for energy output
   timestep_file_name:  timesteps # (Optional) File name for timing information output. Note: No underscores "_" allowed in file name
-  output_list:          ""        # (Optional) File containing the output times (see documentation)
+  output_list:          ""        # (Optional) File containing the output times (see documentation in "Parameter File" section)
 
 # Parameters related to the initial conditions
 InitialConditions:
-- 
GitLab