From 378dd52a94b95594d4ba22dfa1738e33b63e2daf Mon Sep 17 00:00:00 2001 From: Ed94 Date: Tue, 7 Apr 2020 17:23:28 -0400 Subject: [PATCH] Added comments about the tape holes. --- Assignment_1_Execution.hpp | 2 +- Assignment_2_Execution.hpp | 13 +++++++++---- OMesh/OMeshInterface.hpp | 8 ++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) 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