32 #ifndef GRAPHCHI_PROGRAM_DEF
33 #define GRAPHCHI_PROGRAM_DEF
40 template <
typename VertexDataType_,
typename EdgeDataType_,
41 typename vertex_t = graphchi_vertex<VertexDataType_, EdgeDataType_> >
45 typedef VertexDataType_ VertexDataType;
46 typedef EdgeDataType_ EdgeDataType;