Skip to content

Commit

Permalink
remove openacc (for now) in plasma routine
Browse files Browse the repository at this point in the history
  • Loading branch information
jaharris87 committed Jun 28, 2024
1 parent a96d71a commit ffa4f0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/xnet_util.f90
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ Subroutine plasma(t9,rho,ytot,ye,zbar,zibar,ztilde,zinter,lambda0,gammae)
Use xnet_constants, Only: avn, bok, e2, pi, third, thbim2, twm2bi
Use xnet_types, Only: dp
Implicit None
!$acc routine seq

! Input variables
Real(dp), Intent(in) :: t9, rho, ytot, ye, zbar, zibar, ztilde
Expand Down

0 comments on commit ffa4f0e

Please sign in to comment.