Skip to content

Commit

Permalink
missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jul 13, 2023
1 parent 9ed7e5e commit c8e7e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/Extern/SENSEI/AMReX_ParticleDataAdaptor.H
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ template<typename ParticleType, int NArrayReal, int NArrayInt>
class ParticleDataAdaptor : public sensei::DataAdaptor
{
public:
static constexpr int NStructReal = ParticleType::NReal
static constexpr int NStructInt = ParticleType::Int
static constexpr int NStructReal = ParticleType::NReal;
static constexpr int NStructInt = ParticleType::Int;

static ParticleDataAdaptor* New();
senseiTypeMacro(ParticleDataAdaptor, sensei::DataAdaptor);
Expand Down

0 comments on commit c8e7e03

Please sign in to comment.