Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EyaDammak committed Feb 13, 2024
1 parent bd52df6 commit 29ab214
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/Python/Particles/PinnedMemoryParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ void init_PinnedMemoryParticleContainer (py::module& m)
{
return pc.getParticleComps();
}
)
);
.def_property_readonly("int_comp_names",
[](PinnedMemoryParticleContainer& pc)
{
return pc.getParticleiComps();
}
)
);
}

0 comments on commit 29ab214

Please sign in to comment.