From fd8126e0965819f664ad0ae0c8d6a11e9509ea27 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sun, 15 May 2016 18:30:42 +0000 Subject: [PATCH] Added -v flag to trisurf executable --- 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