From 383644169457b45c9c6bc047c469c8e1ca1d2562 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Mon, 15 Feb 2016 15:17:46 +0000
Subject: [PATCH] Removed object file

---
 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