libgeodecomp icon indicating copy to clipboard operation
libgeodecomp copied to clipboard

missing member variable in DistributedPTScotchUnstructuredPartition

Open klreuther opened this issue 5 years ago • 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;

klreuther avatar Jun 26 '19 12:06 klreuther