From ad2b6b8035cc28075d4e54f4ffdd1475da3aa616 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Sat, 5 May 2018 11:38:38 -0700 Subject: [PATCH] Fix invalid number of particle properties in a test --- tests/particles/particle_04.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/particles/particle_04.cc b/tests/particles/particle_04.cc index 99fabb67ec..49a6b6b0e0 100644 --- a/tests/particles/particle_04.cc +++ b/tests/particles/particle_04.cc @@ -55,7 +55,7 @@ void test () particle.write_data(write_pointer); const void *read_pointer = static_cast (&data.front()); - Particles::PropertyPool pool; + Particles::PropertyPool pool(0); const Particles::Particle new_particle(read_pointer,pool); deallog << "Copy particle location: " << new_particle.get_location() << std::endl -- 2.39.5