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

#include <LINK/basic/ElementOps.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/BinGraph.h>


typedef MBinGraph _MBinGraph;


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

#ifdef __GNUC__

#endif

