inducer / pymetis

A Python wrapper around Metis, a graph partitioning package
http://mathema.tician.de/software/pymetis
Other
164 stars 32 forks source link

Fix msvc compiler errors #5

Closed cgohlke closed 9 years ago

cgohlke commented 9 years ago

Fixes error C2039: 'data' : is not a member of 'std::vector<_Ty>' when compiling with Visual Studio 2008.

inducer commented 9 years ago

Thanks!