Salome HOME
Updating date copyright information
[modules/adao.git] / examples / daSalome / test006_Observers_init.py
index 054ff3650348ed720a085d4e6d70326bcf9f7a6a..8113722a88521317cb6b8d8c3299df2e86a04a49 100644 (file)
@@ -1,5 +1,5 @@
 #-*-coding:iso-8859-1-*-
-# Copyright (C) 2010-2011 EDF R&D
+# Copyright (C) 2010-2013 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
-# Author: AndrĂ© Ribes, andre.ribes@edf.fr, EDF R&D
+# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
 
 import numpy
+numpy.random.seed(1000)
 
 def FunctionH( X ):
   return H * X