fix regarding last commit

This commit is contained in:
Christian Zimmermann 2019-08-30 18:29:07 +02:00
parent ea974ce50b
commit 0acfb6e171

View file

@ -241,7 +241,7 @@ namespace MultiArrayTools
{ {
size_t o = 0; size_t o = 0;
for(auto& e: elem){ for(auto& e: elem){
o += ToCMeta<V>::apply(target, e); o += ToCMeta<V>::apply(target+o, e);
} }
return o; return o;
} }