From 50b67be518d28d16ec4963987b1828c8129c69d0 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Sat, 5 May 2018 13:06:54 -0700 Subject: [PATCH] Fix 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