Salome HOME
Various fixes for test runs - introducing MEDCOUPLING_RESOURCE_DIR env variable
[tools/medcoupling.git] / src / ParaMEDMEM / ParaGRID.hxx
index ddf4dd78c03d6ff1d6e608b7e5396fa0e756631f..57c7afa0ebac43e91f8d961c1459e13cce8308cb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2020  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
@@ -37,7 +37,7 @@ namespace MEDCoupling
   class ParaGRID
   {
   public:
-    ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) throw(INTERP_KERNEL::Exception);
+    ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology)
     BlockTopology * getBlockTopology() const { return _block_topology; }
     virtual ~ParaGRID();
     MEDCouplingCMesh* getGrid() const { return _grid; }
@@ -47,8 +47,6 @@ namespace MEDCoupling
     MEDCoupling::BlockTopology* _block_topology;
     // stores the x,y,z axes on the global grid
     std::vector<std::vector<double> > _global_axis;
-    //id of the local grid
-    int _my_domain_id;
   };
 }