fix regarding last commit
This commit is contained in:
parent
ea974ce50b
commit
0acfb6e171
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue