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

Fixing example for old compilers

parent 3fcad8ce
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ typedef vector_dist<3,double,aggregate<size_t,double, double, double, do ...@@ -205,7 +205,7 @@ typedef vector_dist<3,double,aggregate<size_t,double, double, double, do
struct ModelCustom struct ModelCustom
{ {
template<typename Decomposition, typename vector> inline void addComputation(Decomposition & dec, template<typename Decomposition, typename vector> inline void addComputation(Decomposition & dec,
const vector & vd, vector & vd,
size_t v, size_t v,
size_t p) size_t p)
{ {
......
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