nissy-classic

Stable branch of nissy
git clone https://git.tronto.net/nissy-classic
Download | Log | Files | Refs | README | LICENSE

commit 0c86492d61bc1cec696b22580224408afba0f79d
parent 599caf3feb0fdd32259f7fead7d40ada638d5c9b
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon,  1 May 2023 23:19:40 +0200

Added quick debug printf

Diffstat:
Msrc/coord.c | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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(); }