diff --git a/Assignment_1_Execution.hpp b/Assignment_1_Execution.hpp index 98d1654..38ca566 100644 --- a/Assignment_1_Execution.hpp +++ b/Assignment_1_Execution.hpp @@ -1,5 +1,5 @@ /* -Title : Execution +Title : Assignment 1 Execution Author: Edward R. Gonzalez Description: diff --git a/Assignment_2_Execution.hpp b/Assignment_2_Execution.hpp index c8aed97..9c6b404 100644 --- a/Assignment_2_Execution.hpp +++ b/Assignment_2_Execution.hpp @@ -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; } } diff --git a/OMesh/OMeshInterface.hpp b/OMesh/OMeshInterface.hpp index 1935f39..3351907 100644 --- a/OMesh/OMeshInterface.hpp +++ b/OMesh/OMeshInterface.hpp @@ -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