yindex+mindex: reformat: todo errmsg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e94bad17fb
commit
6857e3fc7d
2 changed files with 5 additions and 4 deletions
|
@ -590,9 +590,9 @@ namespace CNORXZ
|
||||||
mIPack[i]->reformat(nf,ns);
|
mIPack[i]->reformat(nf,ns);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//!!!
|
// TODO: IMPLEMENT!!!
|
||||||
// check that format is trivial in this partition
|
// check trivial format in this partition
|
||||||
CXZ_ERROR("...");
|
CXZ_ERROR("reformating with lower-dimensional formats has not yet been implemented");
|
||||||
}
|
}
|
||||||
}, NoF {});
|
}, NoF {});
|
||||||
mFormat = FormatT(nformat);
|
mFormat = FormatT(nformat);
|
||||||
|
|
|
@ -427,8 +427,9 @@ namespace CNORXZ
|
||||||
xi *= mIs[i]->lmax().val();
|
xi *= mIs[i]->lmax().val();
|
||||||
SizeT xj = s[j];
|
SizeT xj = s[j];
|
||||||
if(xi < xj) {
|
if(xi < xj) {
|
||||||
|
// TODO: IMPLEMENT!!!
|
||||||
// check trivial format in this partition
|
// check trivial format in this partition
|
||||||
CXZ_ERROR("...");
|
CXZ_ERROR("reformating with lower-dimensional formats has not yet been implemented");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
j0 = j;
|
j0 = j;
|
||||||
|
|
Loading…
Reference in a new issue