// // Each problem must have its own version of PhysicalParticleContainer::InitData() // to initialize the particle data. It must also initialize charge and mass. // #include #include #include #include using namespace amrex; void PhysicalParticleContainer::InitData() { static_assert(false, "Each problem must have its own version of PhysicalParticleContainer::InitData()"); }