Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/med.git] / src / MEDMEMBinTest / scripts / check_readCoordinate
index 952a71e558bfd2b474bd9d2ccd53ecfa6ba69864..beb76fed71f84030f67ff8b0bfdedaff0c66df3d 100644 (file)
@@ -1,4 +1,22 @@
 #! /bin/sh -f
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 outdir="/tmp"
 if test "z$TMP" != "z" && test -e $TMP; then
@@ -11,7 +29,7 @@ fi
 
 infile=${srcdir}/../../resources/pointe.med
 
-./readCoordinate $infile maa1
+./readCoordinate $infile maa1   > /dev/null 2>&1
 
 exit