///scratch/berryj/link/new_link/link/bin/instantiate "-t" "MDHyperGraph" "-I" "LINK/graph/DHyperGraph.h" "-d" "graph" 
#ifdef __GNUC__
#define DEFINE_TEMPLATE
#endif

#include <LINK/basic/ElementOps.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/DHyperGraph.h>


typedef MDHyperGraph _MDHyperGraph;


//*********************************************************************
#ifdef __GNUC__
template class ElementOps<_MDHyperGraph>;
#endif
//*********************************************************************

#ifdef __GNUC__

#endif

