GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
800 stars 311 forks source link

ginfo vs. gcontext error in application_template.cpp #27

Open drazvan opened 10 years ago

drazvan commented 10 years ago

The name of the third parameter is gcontext but the code still uses ginfo

void update(graphchi_vertex<VertexDataType, EdgeDataType> &vertex, graphchi_context &gcontext) {

    if (ginfo.iteration == 0) {