Skip to content
Snippets Groups Projects
Commit 4f5d7178 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix comment

parent fe564c16
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment