From 43e534d0d6499cf47569787f2468a6941bd03721 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo@CAE-linux.(none)> Date: Wed, 12 Nov 2014 22:21:19 +0000 Subject: [PATCH] finished. debugging begins --- test/confusetest.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/confusetest.c b/test/confusetest.c index ff4ee36..72d3377 100644 --- a/test/confusetest.c +++ b/test/confusetest.c @@ -22,13 +22,13 @@ cfg = cfg_init(opts, 0); retval=cfg_parse(cfg, "tape_new"); - printf("nshell: %i\n", nshell); + printf("nshell: %li\n", nshell); printf("dmax: %f\n", dmax); printf("xk0: %f\n", xk0); printf("stepsize: %f\n", stepsize); - printf("nxmax: %i\n", ncxmax); - printf("nymax: %i\n", ncymax); - printf("nzmax: %i\n", nczmax); + printf("nxmax: %li\n", ncxmax); + printf("nymax: %li\n", ncymax); + printf("nzmax: %li\n", nczmax); return 0; } -- Gitblit v1.9.3