Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
4f5d7178
Commit
4f5d7178
authored
4 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
fix comment
parent
fe564c16
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/nucsyn/nucsyn_networks.def
+6
-2
6 additions, 2 deletions
src/nucsyn/nucsyn_networks.def
with
6 additions
and
2 deletions
src/nucsyn/nucsyn_networks.def
+
6
−
2
View file @
4f5d7178
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment