Skip to content

Commit

Permalink
Remove comment in acl_source.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrack authored Nov 25, 2024
1 parent 83b0e94 commit faa5fce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/acl_source.f90
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ subroutine Compute_Momentum_Source_Term_pointwise
use MPI
use param, only: dx,dy,dz,eps_factor,xnu,istret,xlx,yly,zlz
use var, only: ux1, uy1, uz1, FTx, FTy, FTz, yp
!use nvtx

implicit none
real(mytype), allocatable, dimension(:,:,:) :: ux1_halo, uy1_halo, uz1_halo
Expand Down

0 comments on commit faa5fce

Please sign in to comment.