Skip to content

Commit

Permalink
Update m_body_forces.fpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Dec 22, 2024
1 parent e4b8976 commit 4825dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/simulation/m_body_forces.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ module m_body_forces

use m_nvtx

#ifdef MFC_OpenACC
use openacc
#endif
#ifdef MFC_OpenACC
use openacc
#endif
! ==========================================================================

implicit none

private;
private;
public :: s_compute_body_forces_rhs, &
s_initialize_body_forces_module, &
s_finalize_body_forces_module
Expand Down

0 comments on commit 4825dfd

Please sign in to comment.