From 04c58d9805a878fc5b7ac47bd6490a4f24f7b4e6 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Fri, 7 Jul 2006 12:10:58 +0000
Subject: [PATCH] =?UTF-8?q?Suppression=20de=20l'appel=20=C3=A0=20la=20fonc?=
 =?UTF-8?q?tion=20"time"=20pour=20pouvoir=20compiler=20sous=20Visual.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Testing/Code/Learning/SVMPointSetExample.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Testing/Code/Learning/SVMPointSetExample.cxx b/Testing/Code/Learning/SVMPointSetExample.cxx
index ea1283aeac..c70d91e573 100755
--- a/Testing/Code/Learning/SVMPointSetExample.cxx
+++ b/Testing/Code/Learning/SVMPointSetExample.cxx
@@ -65,7 +65,8 @@ int main( int argc, char* argv[] )
   LabelPointsContainer::Pointer lCont = LabelPointsContainer::New();
 
   /* We learn the y>x | y<x boundary*/
-  srand((unsigned)time(0));
+//  srand((unsigned)time(0));
+  srand(0);
   int lowest = 0;
   int range = 1000;
   
-- 
GitLab