From 4f5d7178ec38132f26c8ebfc80c9f0056b7226ee Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Mon, 12 Jul 2021 17:11:56 +0100
Subject: [PATCH] fix comment

---
 src/nucsyn/nucsyn_networks.def | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/nucsyn/nucsyn_networks.def b/src/nucsyn/nucsyn_networks.def
index 7bc04310b..2821a3dff 100644
--- a/src/nucsyn/nucsyn_networks.def
+++ b/src/nucsyn/nucsyn_networks.def
@@ -6,14 +6,18 @@
  * List of nuclear networks used in binary_c
  *
  * Columns are:
+ *
  * 1: Code name
- * 2: Boolean: whether to burn by default (set in preferences->nucsyn_network[])
+ * 2: Boolean: whether to burn by default (set in
+ *    preferences->nucsyn_network[])
  * 3: String for logging
  * 4: function to call to do the burning with the Kaps-Rentrop solver
  * 5: function to call to do the burning with the LSODA solver
  * 6: function to call to do the burning with the CVODE solver
- * 7: function to test T,rho to determine whether we should attempt a burn (or NULL)
+ * 7: function to test T,rho and abundances to determine whether
+ *    we should attempt a burn (or NULL)
  */
+
 #ifdef __HAVE_LIBSUNDIALS_CVODE__
 #define _CVODE(X) (X)
 #else
-- 
GitLab