Skip to content

Commit

Permalink
remove argu and argv
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 14, 2024
1 parent f5f5363 commit c81da5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Initialization_Cleanup/fixaray.f
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ SUBROUTINE fixaray

dbg_fixaray = open_dbg_context("fixaray")
if (dbg_fixaray) then

call add_real_2d("arg_mu", &
& ntheta3, mnyq+1, arg_mu(1:ntheta3, 0:mnyq))
call add_real_2d("arg_nv", &
& nzeta, nnyq+1, arg_nv(1:nzeta, 0:nnyq))
call add_real_2d("cosmu", &
& ntheta2, mnyq+1, cosmu(1:ntheta2,:))
call add_real_2d("sinmu", &
Expand Down

0 comments on commit c81da5b

Please sign in to comment.