Skip to content

Commit

Permalink
need default desctructor as well
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed May 15, 2024
1 parent 2db5bc7 commit 0376047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Particle/AMReX_ParticleTile.H
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ struct ParticleTile
using ConstParticleTileDataType = ConstParticleTileData<StorageParticleType, NArrayReal, NArrayInt>;

ParticleTile () = default;
~ParticleTile () = default;

ParticleTile (ParticleTile const&) = delete;
ParticleTile (ParticleTile &&) noexcept = default;
Expand Down

0 comments on commit 0376047

Please sign in to comment.