[Forensim-help] r164 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Oct 31 18:11:58 CET 2009
Author: hindahaned
Date: 2009-10-31 18:11:55 +0100 (Sat, 31 Oct 2009)
New Revision: 164
Modified:
pkg/R/classes_constructors.R
Log:
constructor simumix: correction for the case where the pop.names attribute is not NULL
Modified: pkg/R/classes_constructors.R
===================================================================
--- pkg/R/classes_constructors.R 2009-10-29 09:11:47 UTC (rev 163)
+++ pkg/R/classes_constructors.R 2009-10-31 17:11:55 UTC (rev 164)
@@ -328,7 +328,7 @@
popinfo <- NULL
poptemp <- as.character(unique(popind))
#print(poptemp)
- for(p in poptemp)
+ for(p in popfac)
{
if(N[p]!=0)
{
More information about the Forensim-commits
mailing list