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

Fixing example 7

parent e4069898
No related branches found
No related tags found
No related merge requests found
......@@ -1444,7 +1444,7 @@ int main(int argc, char* argv[])
{
// sensor_pressure calculation require ghost and update cell-list
vd.map();
vd.ghost_get<type,rho,Pressure,velocity>(RUN_ON_DEVICE);
vd.ghost_get<type,rho,Pressure,velocity>();
vd.updateCellList(NN);
// calculate the pressure at the sensor points
......
openfpm_vcluster @ 12cd8e5a
Subproject commit 2a1b192b1527e7e87eecf88b905112aeacae56e1
Subproject commit 12cd8e5a3a9be8942b5ae950a90d7068de8505b6
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