yindex+mindex: reformat: todo errmsg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Christian Zimmermann 2023-12-29 00:36:52 +01:00
parent e94bad17fb
commit 6857e3fc7d
2 changed files with 5 additions and 4 deletions

View file

@ -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);

View file

@ -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;