From 737c39407f9f743de8177996acf6ef788dffd214 Mon Sep 17 00:00:00 2001 From: atmyers Date: Thu, 16 Mar 2017 11:14:44 -0700 Subject: Implement a couple of different density types. --- Source/ParticleProb.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Source/ParticleProb.cpp (limited to 'Source/ParticleProb.cpp') diff --git a/Source/ParticleProb.cpp b/Source/ParticleProb.cpp deleted file mode 100644 index 4abec6ea8..000000000 --- a/Source/ParticleProb.cpp +++ /dev/null @@ -1,21 +0,0 @@ - -// -// 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()"); -} -- cgit v1.2.3