| 836 | template <typename ParticleType, int NArrayReal, int NArrayInt, |
| 837 | template<class> class Allocator, class CellAssignor> |
| 838 | void |
| 839 | ParticleContainer_impl<ParticleType, NArrayReal, NArrayInt, Allocator, CellAssignor> |
| 840 | ::CreateVirtualParticles (int level, AoS& virts) const |
| 841 | { |
| 842 | ParticleTileType ptile; |
| 843 | CreateVirtualParticles(level, ptile); |
| 844 | ptile.GetArrayOfStructs().swap(virts); |
| 845 | } |
| 846 | |
| 847 | template <typename ParticleType, int NArrayReal, int NArrayInt, |
| 848 | template<class> class Allocator, class CellAssignor> |