smesh/src/SMDS/SMDS_MeshElementIDFactory.cxx
2003-05-19 13:49:00 +00:00

19 lines
491 B
C++

using namespace std;
// File: SMDS_MeshElementIDFactory.cxx
// Created: Tue May 7 16:57:15 2002
// Author: Jean-Michel BOULCOURT
// <jmb@localhost.localdomain>
#include "SMDS_MeshElementIDFactory.ixx"
//=======================================================================
//function : SMDS_MeshElementIDFactory
//purpose :
//=======================================================================
SMDS_MeshElementIDFactory::SMDS_MeshElementIDFactory() : SMDS_MeshIDFactory()
{
}