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

Latest modules

parent 544057d0
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
openfpm_vcluster @ 046f18aa
Subproject commit 3b2e4099a9ca8bbd97fbc6efca3dfb7c60f8add9
Subproject commit 046f18aafb2275ed0d6fcdfba0c99daded20dc46
......@@ -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
......
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