Skip to content

Commit 49b4626

Browse files
committed
make_alike w/ same Allocator
1 parent 3ac8687 commit 49b4626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Particle/ParticleContainer.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ void make_ParticleContainer_and_Iterators (py::module &m, std::string allocstr)
187187
const Vector<IntVect>&>())
188188
;
189189
py_pc
190-
.def("make_alike", &ParticleContainerType::template make_alike<>)
190+
.def("make_alike", &ParticleContainerType::template make_alike<Allocator>)
191191

192192
.def_property_readonly_static("is_soa_particle", [](const py::object&){return ParticleType::is_soa_particle;})
193193
.def_property_readonly_static("num_struct_real", [](const py::object&){return ParticleContainerType::NStructReal; })

0 commit comments

Comments
 (0)