premgopalan / svinet

Efficient discovery of overlapping communities in massive networks PK Gopalan, DM Blei Proceedings of the National Academy of Sciences 110 (36), 14534-14539
GNU General Public License v3.0
73 stars 35 forks source link

BF: fix conversion from string to unsigned int for max_iterations #6

Open nno opened 10 years ago

nno commented 10 years ago

the original implementation used 'atoi' to set uint32_t max_iterations, while 'atoi' returns a signed int.