Skip to content

Commit

Permalink
fix datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Nov 13, 2023
1 parent a834998 commit c2d8585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions EOS/helmholtz/actual_eos_data.H
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

namespace helmholtz
{
extern AMREX_GPU_MANAGED bool do_coulomb;
extern AMREX_GPU_MANAGED bool input_is_constant;
extern AMREX_GPU_MANAGED int do_coulomb;
extern AMREX_GPU_MANAGED int input_is_constant;

// for the tables

Expand Down
4 changes: 2 additions & 2 deletions EOS/helmholtz/actual_eos_data.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <actual_eos_data.H>

AMREX_GPU_MANAGED bool helmholtz::do_coulomb;
AMREX_GPU_MANAGED bool helmholtz::input_is_constant;
AMREX_GPU_MANAGED int helmholtz::do_coulomb;
AMREX_GPU_MANAGED int helmholtz::input_is_constant;

AMREX_GPU_MANAGED int helmholtz::itmax;
AMREX_GPU_MANAGED int helmholtz::jtmax;
Expand Down

0 comments on commit c2d8585

Please sign in to comment.