From aa65af638fec762f8454d5bdf7e23cb4880214a7 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 12 Nov 2017 12:21:03 +0100 Subject: [PATCH] up --- utils/api_demos/t0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/api_demos/t0.cpp b/utils/api_demos/t0.cpp index 46a4947658..9be5666a27 100644 --- a/utils/api_demos/t0.cpp +++ b/utils/api_demos/t0.cpp @@ -5,7 +5,7 @@ int main(int argc, char **argv) gmshInitialize(argc, argv); gmshOptionSetNumber("General.Terminal", 1); gmshOptionSetNumber("Mesh.Algorithm", 5); - gmshOpen("../../tutorial/t5.geo"); + gmshOpen("test.geo"); gmshModelMesh(3); gmshExport("test.msh"); gmshExport("test.unv"); -- GitLab