]> git.donarmstrong.com Git - mothur.git/blobdiff - validparameter.h
minor bugs fixes and added line and label options to read.otu's parselist and shared...
[mothur.git] / validparameter.h
index d3fb2b7071fc79ab875ad3f696a4d8c90cf8fde7..a4dd51675445db321b6babad8a51048a11432114 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef VALIDPARAMETERS_H
+#define VALIDPARAMETERS_H
+
 /*
  *  validparameter.h
  *  Dotur
@@ -8,7 +11,6 @@
  */
 using namespace std;
 
-#include <Carbon/Carbon.h>
 #include <iostream>
 #include <string>
 #include <map>
@@ -26,5 +28,8 @@ class ValidParameters {
                bool isValidParameter(string);
        private:
                map<string, string> parameters;
+               map<string, string>::iterator it;
+
+};
 
-};
\ No newline at end of file
+#endif