1
0
Fork 0

Updates branding to Tesselada (formerly Tess)

This commit is contained in:
Shawn Nock 2019-03-15 11:38:52 -04:00
parent 9d834710fe
commit 5f027ceb83
2 changed files with 2 additions and 7 deletions

View File

@ -6,7 +6,7 @@ with Dtm.Surface;
with Stl; with Stl;
procedure Tess is procedure Tesselada is
use Ada.Text_IO; use Ada.Text_IO;
Info : Dtm_Info; Info : Dtm_Info;
Input : File_Type; Input : File_Type;
@ -42,4 +42,4 @@ begin
Stl.Write(Triangles, "Farts.stl"); Stl.Write(Triangles, "Farts.stl");
Stl.Write_Binary(Triangles, "Binary_Farts.stl"); Stl.Write_Binary(Triangles, "Binary_Farts.stl");
end; end;
end Tess; end Tesselada;

View File

@ -1,5 +0,0 @@
project Tess is
for Source_Dirs use ("src");
for Object_Dir use "obj";
for Main use ("tess.adb");
end Tess;