Skip to content

Commit 4efa227

Browse files
Mark GilbertMark Gilbert
Mark Gilbert
authored and
Mark Gilbert
committed
globals correction
1 parent aa9c724 commit 4efa227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

globals.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ MODULE globals
125125
clight=299792458._DBL, &
126126
j_to_mev=1._DBL/(1.602176565e-13_DBL), &
127127
neutron_mass=1.008664923_DBL, &
128-
proton_mass=1.007825032_DBL
128+
proton_mass=1.007825032_DBL, &
129129
alpha_mass=4.002603250_DBL
130130
REAL(KIND=DBL), ALLOCATABLE :: ngamma_daughter_mass(:),ngamma_parent_mass(:)
131131

0 commit comments

Comments
 (0)