Salome HOME
Debug on GENERAL_24 and GENERAL_48
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpolationCC.hxx
index 88bbc00a1cdb7ec43e721258f990081a642396de..b953d48fe5383a115e0494cfa84590b30e69304c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2012  OPEN CASCADE
+// Copyright (C) 2009-2013  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -39,7 +39,7 @@ namespace INTERP_KERNEL
 //     static const NumberingPolicy numPol=MyMeshType::My_numPol;
   public:
     InterpolationCC();
-    //InterpolationCC(const InterpolationOptions& io);
+    InterpolationCC(const InterpolationOptions& io);
     template<class MyMeshType, class MatrixType>
     int interpolateMeshes(const MyMeshType& srcMesh, const MyMeshType& targetMesh, MatrixType& result, const char *method);