[Phylobase-commits] r750 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 11 23:30:10 CET 2010


Author: francois
Date: 2010-03-11 23:30:10 +0100 (Thu, 11 Mar 2010)
New Revision: 750

Modified:
   pkg/src/NCLInterface.h
Log:
changes to NCLInterface.h to allow option return.labels

Modified: pkg/src/NCLInterface.h
===================================================================
--- pkg/src/NCLInterface.h	2010-03-11 22:29:06 UTC (rev 749)
+++ pkg/src/NCLInterface.h	2010-03-11 22:30:10 UTC (rev 750)
@@ -96,7 +96,7 @@
 		}
 		void Clear();
 
-		void RReturnCharacters(NxsString & nexuscharacters, bool allchar, bool polymorphictomissing, bool levelsall);
+		void RReturnCharacters(NxsString & nexuscharacters, bool allchar, bool polymorphictomissing, bool levelsall, bool returnlabels);
 		void RReturnTrees(NxsString & nexustrees);
 		void RReturnDistances(NxsString & nexusdistances);
 
@@ -111,7 +111,8 @@
 				  NxsCharactersBlock &characters,
 				  bool allchar,
 				  bool polymorphictomissing,
-				  bool levelsall) const;
+				  bool levelsall,
+				  bool returnlabels) const;
 		void AppendRContent(NxsString & nexuscharacters,  NxsTreesBlock &treesB) const;
 
 		void AppendRContent(NxsString & nexuscharacters, NxsDistancesBlock &distancesB) const;



More information about the Phylobase-commits mailing list