We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65457a8 commit cfad08dCopy full SHA for cfad08d
include/pmacc/particles/ParticlesBase.kernel
@@ -135,7 +135,7 @@ struct KernelFillGapsLastFrame
135
uint32_t const
136
)
137
{
138
- lastFrame = pb.getLastFrame( DataSpace< dim >( superCellIdx ) );
+ lastFrame = pb.getLastFrame( superCellIdx );
139
counterGaps = 0;
140
counterParticles = 0;
141
srcGap = 0;
@@ -324,8 +324,8 @@ struct KernelFillGaps
324
325
326
327
- firstFrame = pb.getFirstFrame( DataSpace< dim >(superCellIdx) );
328
- lastFrame = pb.getLastFrame( DataSpace< dim >(superCellIdx) );
+ firstFrame = pb.getFirstFrame( superCellIdx );
329
}
330
);
331
0 commit comments