From 8cf81bed17cf7e525a9922e1811f82d75418d8eb Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 20 Apr 2017 13:02:48 -0400 Subject: [PATCH] Added something to the TODO. --- Radec/Radec/Radec.vcxproj | 3 +++ Radec/Radec/Radec.vcxproj.filters | 5 +++++ readme.md | 1 + 3 files changed, 9 insertions(+) diff --git a/Radec/Radec/Radec.vcxproj b/Radec/Radec/Radec.vcxproj index dbad149..80164a7 100644 --- a/Radec/Radec/Radec.vcxproj +++ b/Radec/Radec/Radec.vcxproj @@ -172,6 +172,9 @@ + + + diff --git a/Radec/Radec/Radec.vcxproj.filters b/Radec/Radec/Radec.vcxproj.filters index e0434bd..9cbf4e1 100644 --- a/Radec/Radec/Radec.vcxproj.filters +++ b/Radec/Radec/Radec.vcxproj.filters @@ -93,4 +93,9 @@ Source Files + + + Resource Files + + \ No newline at end of file diff --git a/readme.md b/readme.md index 3b14e0c..cbce9a4 100644 --- a/readme.md +++ b/readme.md @@ -3,3 +3,4 @@ # TODO * implement vector file parsing * define all classes more completely +* Add constructors for the gate classes which are used in the simulation class to make them.