diff --git a/src/et.cpp b/src/et.cpp index 8c3cf08..7b8c28f 100644 --- a/src/et.cpp +++ b/src/et.cpp @@ -486,6 +486,8 @@ List etSort(List& curEt){ _["method"]="radix"); } ord = ord - 1; + REprintf("ord:\n"); + print(wrap(ord)) idx = as>(ord); List newEt(curEt.size()); int i, j, newSize = time.size();