Skip to content
Snippets Groups Projects
Commit 9b793d12 authored by cmaffeo2's avatar cmaffeo2
Browse files

Added initializeParticleLists() back into RBC initialization, reverting part of commit 8e56d1c9

parent 84234d38
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ RigidBodyController::RigidBodyController(const Configuration& c, const char* pre
gpuErrchk(cudaDeviceSynchronize()); /* RBTODO: this should be extraneous */
construct_grids();
for (int i = 0; i < conf.numRigidTypes; i++)
conf.rigidBody[i].initializeParticleLists();
int numRB = 0;
// grow list of rbs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment