Skip to content

Commit 79aa5d8

Browse files
Pablo Marchantevbauer
authored andcommitted
Fix an issue with timestep reporting of changes in nuclear burning L
1 parent ab64b54 commit 79aa5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

star/private/timestep.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ integer function check_lgL( &
11181118
write(*,1) trim(msg) // ' hard_lim', hard_lim
11191119
end if
11201120
check_lgL = retry
1121-
s% retry_message = 'lgL hard limit'
1121+
s% retry_message = trim(msg) // ' hard limit'
11221122
return
11231123
end if
11241124

0 commit comments

Comments
 (0)