Skip to content
Snippets Groups Projects
Commit 51fb0d1f authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing 7_SPH_dlb

parent 82c29c4b
No related branches found
No related tags found
No related merge requests found
......@@ -1443,7 +1443,7 @@ int main(int argc, char* argv[])
if (write < t*100)
{
// sensor_pressure calculation require ghost and update cell-list
vd.map(RUN_ON_DEVICE);
vd.map();
vd.ghost_get<type,rho,Pressure,velocity>(RUN_ON_DEVICE);
vd.updateCellList(NN);
......
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