Fix number of tuples group-and-sort

This commit is contained in:
2021-11-17 15:30:19 +01:00
parent 78580c5edb
commit 5aa10f31ad
3 changed files with 131 additions and 95 deletions

View File

@@ -33,6 +33,7 @@ Atrip::Output Atrip::run(Atrip::Input const& in) {
const size_t Nv = in.ea->lens[0];
LOG(0,"Atrip") << "No: " << No << "\n";
LOG(0,"Atrip") << "Nv: " << Nv << "\n";
LOG(0,"Atrip") << "np: " << np << "\n";
// allocate the three scratches, see piecuch
std::vector<double> Tijk(No*No*No) // doubles only (see piecuch)