From 51fb0d1ff3c9ca34545e41d64bb7bd0261b41b7c Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Mon, 24 Dec 2018 01:34:15 +0100 Subject: [PATCH] Fixing 7_SPH_dlb --- example/Vector/7_SPH_dlb/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Vector/7_SPH_dlb/main.cpp b/example/Vector/7_SPH_dlb/main.cpp index 0464e00a9..1b96c6f4a 100644 --- a/example/Vector/7_SPH_dlb/main.cpp +++ b/example/Vector/7_SPH_dlb/main.cpp @@ -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); -- GitLab