Skip to content

Commit 209290c

Browse files
committed
fix test case
1 parent 5bfcef9 commit 209290c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/verify_convert.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apf::Mesh2* createMesh()
2424
m->createVertex(NULL, apf::Vector3(0, 0, 0), apf::Vector3(0, 0, 0));
2525
verts[1] =
2626
m->createVertex(NULL, apf::Vector3(1, 0, 0), apf::Vector3(1, 0, 0));
27-
m->createEntity(apf::Mesh::Type::EDGE, NULL, verts);
27+
m->createEntity(apf::Mesh::EDGE, NULL, verts);
2828
return m;
2929
}
3030
class twox : public apf::Function {

0 commit comments

Comments
 (0)