Skip to content

Commit

Permalink
Fix qlgyro
Browse files Browse the repository at this point in the history
  • Loading branch information
jcandy committed Oct 28, 2024
1 parent d6dfa41 commit aa4f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlgyro/src/qlgyro_cgyro_interface.f90
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ subroutine interfacelocaldump
write(1,20) 'N_GLOBAL',cgyro_n_global_in
write(1,30) 'NU_GLOBAL',cgyro_nu_global_in
write(1,20) 'PSYM_FLAG',cgyro_psym_flag_in
write(1,20) 'PROFILE_SHEAR_FLAG',cgyro_profile_shear_flag_in
write(1,20) 'GLOBAL_FLAG',cgyro_global_flag_in
write(1,20) 'THETA_PLOT', cgyro_theta_plot_in
write(1,30) 'PX0',cgyro_px0_in
write(1,20) 'STREAM_TERM',cgyro_stream_term_in
Expand Down

0 comments on commit aa4f702

Please sign in to comment.