Salome HOME
This commit was generated by cvs2git to create branch 'IMPORT'.
[modules/smesh.git] / src / SMDS / SMDS_MapOfMeshElement.lxx
1 // File:        SMDS_MapOfMeshElement.lxx
2 // Created:     Fri Jan 25 11:43:44 2002
3 // Author:      Jean-Michel BOULCOURT
4 //              <jmb@coulox.paris1.matra-dtv.fr>
5
6 #include <Standard_NoSuchObject.hxx>
7
8 inline SMDS_MapOfMeshElement::SMDS_MapOfMeshElement(
9                                  const Standard_Integer NbBuckets ):
10        SMDS_ExtendedMap( NbBuckets )
11 {}
12