]> git.donarmstrong.com Git - mothur.git/blobdiff - pam.cpp
added mergesfffiles command. added current directories to get.current commands output...
[mothur.git] / pam.cpp
diff --git a/pam.cpp b/pam.cpp
index d33bab81b17c7f0f77366a048014e9781c2eb0bd..98b2113238f099dfb188a2235e87be0c76d230f4 100644 (file)
--- a/pam.cpp
+++ b/pam.cpp
@@ -35,6 +35,7 @@ Pam::Pam(vector<vector<int> > c, vector<vector<double> > d, int p) : CommunityTy
        }
 }
 /**************************************************************************************************/
+//build and swap functions based on pam.c by maechler from R cluster package
 //sets Dp[0] does not set Dp[1]. chooses intial medoids.
 int Pam::buildPhase() {
     try {