]> git.donarmstrong.com Git - mothur.git/blobdiff - eachgapdist.h
*** empty log message ***
[mothur.git] / eachgapdist.h
index ac9b45302c75cd7cec5ac28613eeaf2c344a21f7..d66b40c8878cb41cf933fbf3589e82369b72cd4c 100644 (file)
@@ -9,6 +9,7 @@
  *
  */
 
+
 #include "dist.h"
 
 /**************************************************************************************************/
@@ -48,8 +49,6 @@ public:
                
                if(length == 0) {       dist = 1.0000;                                                          }
                else                    {       dist = ((double)diff  / (double)length);        }
-
-               
        }
 };