Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / clustalw / src / multipleAlign / Iteration.h
diff --git a/website/archive/binaries/mac/src/clustalw/src/multipleAlign/Iteration.h b/website/archive/binaries/mac/src/clustalw/src/multipleAlign/Iteration.h
deleted file mode 100644 (file)
index 91ddbfe..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * Author: Mark Larkin
- * 
- * Copyright (c) 2007 Des Higgins, Julie Thompson and Toby Gibson.  
- */
-#ifndef ITERATION_H
-#define ITERATION_H
-#include "../alignment/Alignment.h"
-#include "../general/clustalw.h"
-
-namespace clustalw
-{
-
-class Iteration
-{
-    public:
-        //Iteration();
-        bool iterationOnTreeNode(int numSeqsProf1, int numSeqsProf2, int& prfLength1,
-                                    int& prfLength2, SeqArray* seqArray);
-        bool removeFirstIterate(Alignment* alnPtr);
-    private:
-        void printSeqArray(SeqArray* arrayToPrint);
-};
-
-}
-
-#endif
-