X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=alignmentcell.hpp;fp=alignmentcell.hpp;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=569198fe004cf8c882f86327aa335b882735570b;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/alignmentcell.hpp b/alignmentcell.hpp deleted file mode 100644 index 569198f..0000000 --- a/alignmentcell.hpp +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef ALIGNMENTCELL_H -#define ALIGNMENTCELL_H - -/* - * alignmentcell.hpp - * - * - * Created by Pat Schloss on 12/15/08. - * Copyright 2008 Patrick D. Schloss. All rights reserved. - * - * This class is pretty basic. Each AlignmentCell object contains a pointer to the previous cell and different values - * used to calcualte the alignment. Initially everything is set to zero and all pointers are set to 'x' - * - */ -#include "mothurout.h" -//******************************************************************************************************************** - -class AlignmentCell { - -public: - AlignmentCell(); - char prevCell; - float cValue; - float dValue; - float iValue; -}; - -//******************************************************************************************************************** - -#endif