Added comments about the tape holes.

This commit is contained in:
Edward R. Gonzalez 2020-04-07 17:23:28 -04:00
parent 987ae1f129
commit 378dd52a94
3 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
Title : Execution
Title : Assignment 1 Execution
Author: Edward R. Gonzalez
Description:

View File

@ -1,8 +1,13 @@
/*
Title : Assignment 2 Execution
Author: Edward R. Gonzalez
Description:
Uses the OMeshInterface with the VerifyMesh function to complete the mesh verification based on the requirements listed in the pdf.
*/
#pragma once
#include "DGL/DGL.hpp"
#include "Cpp_Alias.hpp"
@ -58,7 +63,7 @@ namespace Execution
}
else
{
cout << _filePathForMesh << " is invalid." << endl << endl;;
cout << _filePathForMesh << " is invalid." << endl << endl;
}
}

View File

@ -1,3 +1,11 @@
/*
Title : Assignment 2 Execution
Author: Edward R. Gonzalez
Description:
Provides a OMesh_HE object interface to make it easier to interact with the Open Mesh library.
*/
#pragma once
#include <math.h>