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

#include <LINK/basic/ElementOps.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/DBinGraph.h>


typedef DBinGraph _DBinGraph;


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

#ifdef __GNUC__

#endif

