diff --git a/example/Vector/7_SPH_dlb/main.cpp b/example/Vector/7_SPH_dlb/main.cpp index d79675ebda066428efbe5b99ad5b7e1495591299..63e0680e86f6dd064bb54eb2fccab0cc542299ed 100644 --- a/example/Vector/7_SPH_dlb/main.cpp +++ b/example/Vector/7_SPH_dlb/main.cpp @@ -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 diff --git a/openfpm_vcluster b/openfpm_vcluster index 2a1b192b1527e7e87eecf88b905112aeacae56e1..12cd8e5a3a9be8942b5ae950a90d7068de8505b6 160000 --- a/openfpm_vcluster +++ b/openfpm_vcluster @@ -1 +1 @@ -Subproject commit 2a1b192b1527e7e87eecf88b905112aeacae56e1 +Subproject commit 12cd8e5a3a9be8942b5ae950a90d7068de8505b6