Skip to content

Commit 89cee2b

Browse files
committed
typo
1 parent 3616c37 commit 89cee2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/capVol.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ apf::Splitter* makeSplitter(Args::Partitioner ptnr, apf::Mesh2* mesh) {
241241
default:
242242
#if defined(PUMI_HAS_ZOLTAN)
243243
return apf::makeZoltanSplitter(
244-
adaptMesh, apf::GRAPH, apf::PARTITION
244+
mesh, apf::GRAPH, apf::PARTITION
245245
);
246246
#elif defined(PUMI_HAS_METIS)
247247
return apf::makeMETISsplitter(mesh);

0 commit comments

Comments
 (0)