gentryx/libgeodecomp

missing member variable in DistributedPTScotchUnstructuredPartition

Opened this issue · 0 comments

LibGeoDecomp::DistributedPTScotchUnstructuredPartition is missing the member variable "adjacency".

this should fix it:

diff distributedptscotchunstructuredpartition.h distributedptscotchunstructuredpartition.h.fixed
120a121

SharedPtr<Adjacency>::Type adjacency;