[Mattice-commits] r181 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 25 16:27:27 CET 2009


Author: andrew_hipp
Date: 2009-02-25 16:27:27 +0100 (Wed, 25 Feb 2009)
New Revision: 181

Modified:
   pkg/R/batchHansen.R
Log:
'stopFlag <- F' changed to 'stopFlag <- FALSE'

Modified: pkg/R/batchHansen.R
===================================================================
--- pkg/R/batchHansen.R	2009-02-25 15:24:38 UTC (rev 180)
+++ pkg/R/batchHansen.R	2009-02-25 15:27:27 UTC (rev 181)
@@ -28,7 +28,7 @@
   ## Check character states to make sure that they are either named and match names in the trees, or are the same length as the tips
   for (i in 1:length(ouchTrees)) {
     dataFlag <- NULL
-    stopFlag <- F
+    stopFlag <- FALSE
     tree <- ouchTrees[[i]]
     terminals <- tree at nodelabels[(tree at nnodes - tree at nterm + 1):tree at nnodes]
     if(any(FALSE %in% (terminals %in% names(characterStates)))) {



More information about the Mattice-commits mailing list