From f4782505b0fac4401490cf2df995808df9854556 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Sat, 12 Aug 2017 22:57:59 +0200 Subject: [PATCH] Latest modules --- install | 2 +- openfpm_vcluster | 2 +- src/Grid/staggered_dist_grid.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 8a0f09233..b81fa210e 100755 --- a/install +++ b/install @@ -427,7 +427,7 @@ else bash_library="export DYLD_LIBRARY_PATH=\"\$DYLD_LIBRARY_PATH" fi -bash_path="export PATH=\"" +bash_path="export PATH=\"\$PATH" echo -e "\033[1;34;5m --------------------------------------- \033[0m" echo -e "\033[1;34;5m --------- INSTALLATION REPORT --------- \033[0m" diff --git a/openfpm_vcluster b/openfpm_vcluster index 3b2e4099a..046f18aaf 160000 --- a/openfpm_vcluster +++ b/openfpm_vcluster @@ -1 +1 @@ -Subproject commit 3b2e4099a9ca8bbd97fbc6efca3dfb7c60f8add9 +Subproject commit 046f18aafb2275ed0d6fcdfba0c99daded20dc46 diff --git a/src/Grid/staggered_dist_grid.hpp b/src/Grid/staggered_dist_grid.hpp index bba1253f8..3b90cad3a 100644 --- a/src/Grid/staggered_dist_grid.hpp +++ b/src/Grid/staggered_dist_grid.hpp @@ -59,7 +59,7 @@ * * */ -template<unsigned int dim, typename St, typename T, typename Decomposition,typename Memory=HeapMemory , typename device_grid=grid_cpu<dim,T>> +template<unsigned int dim, typename St, typename T, typename Decomposition=CartDecomposition<dim,St>,typename Memory=HeapMemory , typename device_grid=grid_cpu<dim,T>> class staggered_grid_dist : public grid_dist_id<dim,St,T,Decomposition,Memory,device_grid> { //! position of the properties in the grid cell -- GitLab