Skip to content

Commit

Permalink
Fix bug in write formatting (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguizzo authored Sep 26, 2024
1 parent b8268d2 commit 5618d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles_gen/locpargen/locpargen_tglf_stack.f90
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ subroutine locpargen_tglf_stack
'VPAR_1=',mach_loc/cs_loc
close(1)

10 format(sp,21(a,1pe12.5,2x),a,s,i0,2x,4(a,s,i0,2x,sp,7(a,1pe12.5,2x)))
10 format(sp,43(a,1pe12.5,2x),a,s,i0,2x,4(a,s,i0,2x,sp,7(a,1pe12.5,2x)))

end subroutine locpargen_tglf_stack

0 comments on commit 5618d62

Please sign in to comment.