Salome HOME
Load interpolation matrix from the outside
[tools/medcoupling.git] / src / INTERP_KERNELTest / ExprEvalInterpTest.hxx
index 88b7662b7a03aca84b8ec2169cf588c070e5cfe4..d5d187da6d2e8c1907ac462e17864f4d69d37069 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, 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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -40,6 +40,7 @@ namespace INTERP_TEST
     CPPUNIT_TEST( testInterpreter3 );
     CPPUNIT_TEST( testInterpreter4 );
     CPPUNIT_TEST( testInterpreter5 );
+    CPPUNIT_TEST( testInterpreter6 );
     CPPUNIT_TEST_SUITE_END();
   public:
     void setUp() { }
@@ -53,6 +54,7 @@ namespace INTERP_TEST
     void testInterpreter3();
     void testInterpreter4();
     void testInterpreter5();
+    void testInterpreter6();
     void testInterpreterUnit0();
     void testInterpreterUnit1();
   };