From 86c43c3c24d0cf2c78e186ddc312a6d9ba1bac53 Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Fri, 5 Apr 2024 15:20:19 -0500 Subject: [PATCH] ord printout --- src/et.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();