From 0c86492d61bc1cec696b22580224408afba0f79d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 1 May 2023 23:19:40 +0200 Subject: Added quick debug printf --- src/coord.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/coord.c') diff --git a/src/coord.c b/src/coord.c index 25c8538..72e4403 100644 --- a/src/coord.c +++ b/src/coord.c @@ -605,11 +605,17 @@ init_coord(void) init_trans(); init_cphtr_cosets(); + +printf("%d\n", cphtr_right_rep[0]); init_cornershtrfin(); +printf("%d\n", cphtr_right_rep[0]); init_htr_eposs(); +printf("%d\n", cphtr_right_rep[0]); init_cpud_separate(); +printf("%d\n", cphtr_right_rep[0]); init_move_epud(); +printf("%d\n", cphtr_right_rep[0]); init_move_cphtr(); } -- cgit v1.3