From d7fb1f1e13a5f96ebac31de24dd5b00ef2f0ec4a Mon Sep 17 00:00:00 2001 From: Stamatios Sotiropoulos <stam@fmrib.ox.ac.uk> Date: Wed, 1 Jun 2011 17:03:37 +0000 Subject: [PATCH] Fix type that caused compiler warnings --- diffmodels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffmodels.h b/diffmodels.h index ddf530b..fab457f 100644 --- a/diffmodels.h +++ b/diffmodels.h @@ -232,7 +232,7 @@ protected: ColumnVector cosalpha; ColumnVector beta; - float npts; + int npts; int nfib; }; -- GitLab