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

Fixing old compilers

parent 799c5400
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ template <typename rtype, typename vector, unsigned int A, unsigned int B, unsig ...@@ -105,7 +105,7 @@ template <typename rtype, typename vector, unsigned int A, unsigned int B, unsig
return ret; return ret;
} }
template <typename rtype, typename vector, unsigned int A, unsigned int B, unsigned int C> bool check_values_sum_3(const vector & vd1) template <typename rtype, typename vector, unsigned int A, unsigned int B, unsigned int C> bool check_values_sum_3(vector & vd1)
{ {
bool ret = true; bool ret = true;
auto it = vd1.getDomainIterator(); auto it = vd1.getDomainIterator();
......
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