From 75260ccdb3e882329be365b145db5103ee882c6e Mon Sep 17 00:00:00 2001 From: boufaras Date: Tue, 24 Jan 2012 01:34:32 +0000 Subject: [PATCH] Test & Update for new version git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2676 331e1502-861f-0410-8da2-ba01fb791d7f --- .../paradiseo-gpu/src/problems/types/moGPUCustomizeType.h | 2 +- .../paradiseo-gpu/src/problems/types/moGPUPPPSolution.h | 2 +- .../paradiseo-gpu/src/problems/types/moGPUSolType2Vector.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUCustomizeType.h b/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUCustomizeType.h index 2e068badf..03e8d790b 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUCustomizeType.h +++ b/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUCustomizeType.h @@ -1,6 +1,6 @@ /* - Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010 + Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2012 Karima Boufaras, Thé Van LUONG diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUPPPSolution.h b/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUPPPSolution.h index 2920c280c..ac14aa9cf 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUPPPSolution.h +++ b/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUPPPSolution.h @@ -1,6 +1,6 @@ /* - Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010 + Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2012 Karima Boufaras, Thé Van LUONG diff --git a/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUSolType2Vector.h b/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUSolType2Vector.h index 3ed1eea58..b4432da74 100644 --- a/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUSolType2Vector.h +++ b/branches/ParadisEO-GPU/paradiseo-gpu/src/problems/types/moGPUSolType2Vector.h @@ -97,7 +97,7 @@ public: for (int i = 0; i < vect[0].size(); i++) { vect[0].tab1[i] = (int) (rng.rand() % (vect[0].size() - i) + i); - vect[0].tab2[i] = (float) (rng.rand() % (vect[0].size() - i) + i); + vect[0].tab2[i] = (float) (rng.rand() % (vect[0].size() - i) + (i*2)); } }