@@ -92,8 +92,8 @@ subroutine do_show_log_description(id, ierr)
92
92
write (* ,' (a)' ) " 'lg_LH' is log10 total PP and CNO hydrogen burning power (Lsun),"
93
93
write (* ,' (a)' ) " 'lg_L3a' is log10 total triple-alpha helium burning power (Lsun),"
94
94
write (* ,' (a)' ) " 'lg_gsurf' is log10 surface gravity,"
95
- write (* ,' (a)' ) " 'lg_LNuc ' is log10 nuclear power (Lsun),"
96
- write (* ,' (a)' ) " 'lg_LNeu ' is log10 total neutrino power (Lsun),"
95
+ write (* ,' (a)' ) " 'lg_Lnuc ' is log10 nuclear power (Lsun),"
96
+ write (* ,' (a)' ) " 'lg_Lneu ' is log10 total neutrino power (Lsun),"
97
97
write (* ,' (a)' ) " 'lg_Lphoto' is log10 total photodisintegration (Lsun),"
98
98
write (* ,' (a)' ) " 'Mass' is the total stellar baryonic mass (Msun),"
99
99
write (* ,' (a)' ) " 'lg_Mdot' is log10 magnitude of rate of change of mass (Msun/year),"
@@ -151,7 +151,7 @@ subroutine output_terminal_header(s,io)
151
151
' ___________________________________________________________________________'
152
152
write (io,' (A)' )
153
153
write (io,' (a)' ) &
154
- ' step lg_Tmax Teff lg_LH lg_Lnuc Mass ' // &
154
+ ' step lg_Tmax Teff lg_LH lg_Lnuc_tot Mass ' // &
155
155
' H_rich H_cntr N_cntr Y_surf eta_cntr zones retry'
156
156
157
157
! note that if the age is in days, then the timestep is automatically in seconds.
0 commit comments