Skip to content

Commit

Permalink
Update ParticleBoundaryBuffer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
EyaDammak authored Feb 20, 2024
1 parent c82cdaf commit 971321c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Particles/ParticleBoundaryBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ struct IsOutsideDomainBoundary {
}
};

#ifdef AMREX_USE_EB
struct FindEmbeddedBoundaryIntersection {
const int m_step_index;
const int m_time_index;
Expand Down Expand Up @@ -157,6 +158,7 @@ struct FindEmbeddedBoundaryIntersection {
#endif
}
};
#endif

struct CopyAndTimestamp {
int m_step_index;
Expand Down

0 comments on commit 971321c

Please sign in to comment.