Skip to content

Commit

Permalink
remove old invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jan 8, 2024
1 parent 181bade commit 7097949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Particle/AMReX_Particle.H
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ namespace
constexpr Long LastParticleID = GhostParticleID - 2;
constexpr Long DoSplitParticleID = GhostParticleID - 3;
constexpr Long NoSplitParticleID = GhostParticleID - 4;
constexpr Long InvalidParticleID = 16777216; // corresponds to id = -1, cpu = 0
}

using namespace LongParticleIds;
Expand Down

0 comments on commit 7097949

Please sign in to comment.