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
6b41e1d1
Commit
6b41e1d1
authored
7 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
more cleanup
parent
9e1c3782
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lithium_tests.pl
+2
-2
2 additions, 2 deletions
lithium_tests.pl
src/nucsyn/nucsyn_parameters.h
+1
-1
1 addition, 1 deletion
src/nucsyn/nucsyn_parameters.h
with
3 additions
and
3 deletions
lithium_tests.pl
+
2
−
2
View file @
6b41e1d1
...
...
@@ -354,7 +354,7 @@ sub parse_bse
my
$la
=
$population
->
tbse_line
();
my
$header
=
shift
@$la
;
last
if
(
$header
eq
'
fin
');
if
(
$header
=~
/^DXYIELDbin/
)
{
# differential yields : integrate them
...
...
@@ -362,7 +362,7 @@ sub parse_bse
$population
->
decompress_yields
(
$la
);
simple_increment_array
(
$yields
,
$la
);
}
elsif
(
$header
eq
'
XIELDbin__
')
elsif
(
$header
eq
'
X
Y
IELDbin__
')
{
# single, final timestep yields
shift
@$la
;
# remove the time
...
...
This diff is collapsed.
Click to expand it.
src/nucsyn/nucsyn_parameters.h
+
1
−
1
View file @
6b41e1d1
...
...
@@ -705,7 +705,7 @@ undances with s-process
/* define NUCSYN_GCE to modify yield output for gce.pl
* NB this just activates other defines, and turns some off.
*/
#define NUCSYN_GCE
//
#define NUCSYN_GCE
#ifdef NUCSYN_GCE
...
...
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