From ca3b9702d6563dd14af980abe40efd8b8a6ec515 Mon Sep 17 00:00:00 2001
From: Cyrille Valladeau <cyrille.valladeau@c-s.fr>
Date: Tue, 17 Jun 2008 11:12:12 +0000
Subject: [PATCH] nomsg

---
 Utilities/otbsvm/svm.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Utilities/otbsvm/svm.cxx b/Utilities/otbsvm/svm.cxx
index 1e49a46387..6109c871dd 100644
--- a/Utilities/otbsvm/svm.cxx
+++ b/Utilities/otbsvm/svm.cxx
@@ -9,9 +9,9 @@
 #include <string.h>
 #include <stdarg.h>
 #include "svm.h"
-//typedef float Qfloat;
+typedef float Qfloat;
 //#include <double.h>
-typedef double Qfloat;
+//typedef double Qfloat;
 
 
 typedef signed char schar;
-- 
GitLab