From 84087883954235c96f1244814f376f7e5a64a5a1 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Wed, 22 Feb 2017 20:36:31 +0100 Subject: [PATCH] Fixing example for old compilers --- 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 5adaa1235..12e607d98 100644 --- a/example/Vector/7_SPH_dlb/main.cpp +++ b/example/Vector/7_SPH_dlb/main.cpp @@ -205,7 +205,7 @@ typedef vector_dist<3,double,aggregate<size_t,double, double, double, do struct ModelCustom { template<typename Decomposition, typename vector> inline void addComputation(Decomposition & dec, - const vector & vd, + vector & vd, size_t v, size_t p) { -- GitLab