Salome HOME
Help centos7 C++ compiler
[tools/medcoupling.git] / src / INTERP_KERNEL / CurveIntersectorP0P0.hxx
old mode 100755 (executable)
new mode 100644 (file)
index cc9aa9e..6c9fbf5
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  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
@@ -38,8 +38,8 @@ namespace INTERP_KERNEL
                          double  precision, double tolerance,
                          double medianLine, int printLevel);
   public:
-    int getNumberOfRowsOfResMatrix() const;
-    int getNumberOfColsOfResMatrix() const;
+    ConnType getNumberOfRowsOfResMatrix() const;
+    ConnType getNumberOfColsOfResMatrix() const;
     void intersectCells(ConnType icellT,
                         const std::vector<ConnType>& icellsS, MyMatrix& res);
   };