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

#include <LINK/basic/ElementOps.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/Vertex.h>


typedef Vertex _Vertex;


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

#ifdef __GNUC__

#endif

