Skip to content

Commit

Permalink
Update src/math/bcknd/sx/opr_sx.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
njansson authored Aug 21, 2024
1 parent 6ea87c7 commit d84d7ab
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/math/bcknd/sx/opr_sx.f90
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
!> Operators SX-Aurora backend
module opr_sx
use sx_dudxyz
use sx_opgrad
use sx_conv1
use sx_cdtp
use sx_cfl
use sx_lambda2
use sx_convect_scalar
use sx_set_convect_rst
use gather_scatter
use interpolation
use num_types, only : rp
use space, only : space_t
use coefs, only : coef_t
use math
use field, only : field_t
use mathops
use sx_dudxyz
use sx_opgrad
use sx_conv1
use sx_cdtp
use sx_cfl
use sx_lambda2
use sx_convect_scalar
use sx_set_convect_rst
use gather_scatter
use interpolation
use num_types, only : rp
use space, only : space_t
use coefs, only : coef_t
use math
use field, only : field_t
use mathops
implicit none
private

Expand Down

0 comments on commit d84d7ab

Please sign in to comment.