Skip to content

Commit 7930279

Browse files
Nightly BotSichao25
authored andcommitted
Merging develop into master
2 parents fb11a7a + 89cee2b commit 7930279

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)