]> SALOME platform Git repositories - modules/smesh.git/blob - SMDS/SMDS_MeshIDFactory.cxx
Salome HOME
Merge branch 'V9_13_BR'
[modules/smesh.git] / SMDS / SMDS_MeshIDFactory.cxx
1 using namespace std;
2 // File:        SMDS_MeshIDFactory.cxx
3 // Created:     Thu Jan 24 12:09:12 2002
4 // Author:      Jean-Michel BOULCOURT
5 //              <jmb@coulox.paris1.matra-dtv.fr>
6
7
8 #include "SMDS_MeshIDFactory.ixx"
9
10
11 //=======================================================================
12 //function : SMDS_MeshIDFactory
13 //purpose  : 
14 //=======================================================================
15
16 SMDS_MeshIDFactory::SMDS_MeshIDFactory() : myMaxID(0)
17 {
18 }
19