We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb892c commit 7dfb75dCopy full SHA for 7dfb75d
test/capVol.cc
@@ -243,7 +243,7 @@ int main(int argc, char** argv) {
243
FACE2EDGE|FACE2VERTEX));
244
MG_API_CALL(m, set_reverse_states());
245
// MG_API_CALL(m, compute_adjacency()); // unnecessary because no elements?
246
- ma::Mesh* newCapMesh = apf::createMesh(m, g);
+ ma::Mesh* newCapMesh = apf::createMesh(m, g, &PCUObj);
247
apf::convert(adaptMesh, newCapMesh);
248
apf::writeVtkFiles("core_capVol_after_cap.vtk", newCapMesh);
249
apf::destroyMesh(newCapMesh);
0 commit comments