bug fix for cudaRun in indexContainer

This commit is contained in:
hamidrezanorouzi
2023-03-16 21:22:24 +03:30
parent ef1e3c1e33
commit 80647e5103
4 changed files with 16 additions and 8 deletions

View File

@ -75,9 +75,11 @@ pFlow::sphereDEMSystem::sphereDEMSystem(
REPORT(0)<< "\nCreating surface geometry for sphereDEMSystem . . . "<<endREPORT;
geometry_ = geometry::create(Control(), Property());
REPORT(0)<<"\nReading sphere particles . . ."<<endREPORT;
particles_ = makeUnique<sphereFluidParticles>(Control(), Property());
insertion_ = makeUnique<sphereInsertion>(
Control().caseSetup().path()+insertionFile__,
particles_(),