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

#include <LINK/basic/ElementOps.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/HyperGraph.h>


typedef MHyperGraph _MHyperGraph;


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

#ifdef __GNUC__

#endif

