Skip to content

Commit

Permalink
Fix bug in write formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sguizzo committed Sep 24, 2024
1 parent 87c3ac7 commit fc7437f
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

2 comments on commit fc7437f

@jcandy
Copy link
Member

@jcandy jcandy commented on fc7437f Oct 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sguizzo

Sorry, here is my updated comment: Do we still need the tglf_mxhgeo branch?

@sguizzo
Copy link
Contributor Author

@sguizzo sguizzo commented on fc7437f Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcandy Nope, just deleted it. Thanks!

Please sign in to comment.