Skip to content
Snippets Groups Projects
Commit 6b9ff197 authored by Wendy Merks-Swolfs's avatar Wendy Merks-Swolfs
Browse files

Addition of white line, hoping that this will solve the build error "Unexpected end of file"

parent d9f2fcb8
Branches
Tags
No related merge requests found
...@@ -11,4 +11,4 @@ Mesh 2; ...@@ -11,4 +11,4 @@ Mesh 2;
nbtriangles = Mesh.NbTriangles; nbtriangles = Mesh.NbTriangles;
If(nbtriangles == 0) If(nbtriangles == 0)
Error("No triangle elements created!"); Error("No triangle elements created!");
EndIf EndIf
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment