/nfs/scr/2/wfullmer/granular/mfix/src/des/mfix_pc_updates_K.H:93:7: error: ?particle? was not declared in this scope
93 | particle.id() = -1;
| ^~~~~~~~
yeah, sorry about that. I wrote particle meaning any variable name you have in your function that refers to a amrex::Particle object.
Do you have anything like this in your code?
auto p = pstruct[p_id];
idk Roberto, it’s your code, I’m just butchering it. but that worked. I put a fake particle in so I could count once per dem dt and the side supports were deleted after an initial settling period like I wanted. thanks!