diff --git a/install b/install index 8a0f092336119ee04f4349faf169987c70eccc40..b81fa210ef0879a247afa3ae71104bc18fab62ff 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 3b2e4099a9ca8bbd97fbc6efca3dfb7c60f8add9..046f18aafb2275ed0d6fcdfba0c99daded20dc46 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 bba1253f84f111b5b2703b0d9e85920efcf46e1e..3b90cad3a65e2ba39e93c57eefe7c0f15e9c75bf 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