diff --git a/test/testElement.cpp b/test/testElement.cpp index 4817c71..f4008e5 100644 --- a/test/testElement.cpp +++ b/test/testElement.cpp @@ -147,6 +147,7 @@ void quadraticTriangleLocalPointEval() { auto x = MeshField::evaluate(f, lc); } + int main(int argc, char **argv) { Kokkos::initialize(argc, argv); triangleLocalPointEval();