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);
|
||||
}
|
||||
else {
|
||||
//!!!
|
||||
// check that format is trivial in this partition
|
||||
CXZ_ERROR("...");
|
||||
// TODO: IMPLEMENT!!!
|
||||
// check trivial format in this partition
|
||||
CXZ_ERROR("reformating with lower-dimensional formats has not yet been implemented");
|
||||
}
|
||||
}, NoF {});
|
||||
mFormat = FormatT(nformat);
|
||||
|
|
|
@ -427,8 +427,9 @@ namespace CNORXZ
|
|||
xi *= mIs[i]->lmax().val();
|
||||
SizeT xj = s[j];
|
||||
if(xi < xj) {
|
||||
// TODO: IMPLEMENT!!!
|
||||
// check trivial format in this partition
|
||||
CXZ_ERROR("...");
|
||||
CXZ_ERROR("reformating with lower-dimensional formats has not yet been implemented");
|
||||
continue;
|
||||
}
|
||||
j0 = j;
|
||||
|
|
Loading…
Reference in a new issue