Salome HOME
yfr : Merge with v1.2
[modules/smesh.git] / src / SMDS / SMDS_MeshElementIDFactory.cxx
1 using namespace std;
2 // File:        SMDS_MeshElementIDFactory.cxx
3 // Created:     Tue May  7 16:57:15 2002
4 // Author:      Jean-Michel BOULCOURT
5 //              <jmb@localhost.localdomain>
6
7
8 #include "SMDS_MeshElementIDFactory.ixx"
9
10 //=======================================================================
11 //function : SMDS_MeshElementIDFactory
12 //purpose  : 
13 //=======================================================================
14
15 SMDS_MeshElementIDFactory::SMDS_MeshElementIDFactory() : SMDS_MeshIDFactory()
16 {
17 }
18