Skip to content

Commit f130bd9

Browse files
author
Matthias Fabry
committed
remove doubled line
1 parent ca08c78 commit f130bd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

star/private/ctrls_io.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,10 +3467,9 @@ subroutine set_controls_for_writing(s, ierr)
34673467
opacity_max = s% opacity_max
34683468
opacity_factor = s% opacity_factor
34693469
min_logT_for_opacity_factor_off = s% min_logT_for_opacity_factor_off
3470-
min_logT_for_opacity_factor_off = s% min_logT_for_opacity_factor_off
3470+
max_logT_for_opacity_factor_off = s% max_logT_for_opacity_factor_off
34713471
min_logT_for_opacity_factor_on = s% min_logT_for_opacity_factor_on
34723472
max_logT_for_opacity_factor_on = s% max_logT_for_opacity_factor_on
3473-
max_logT_for_opacity_factor_off = s% max_logT_for_opacity_factor_off
34743473

34753474
non_nuc_neu_factor = s% non_nuc_neu_factor
34763475
use_time_centered_eps_grav = s% use_time_centered_eps_grav

0 commit comments

Comments
 (0)