[Robkalman-commits] r69 - branches/robKalman_2012/pkg/robKalman/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 17 17:08:25 CEST 2013
Author: ruckdeschel
Date: 2013-07-17 17:08:24 +0200 (Wed, 17 Jul 2013)
New Revision: 69
Modified:
branches/robKalman_2012/pkg/robKalman/R/allClass.R
Log:
allClass SSRobFilter auf SSFilterList umgestellt
Modified: branches/robKalman_2012/pkg/robKalman/R/allClass.R
===================================================================
--- branches/robKalman_2012/pkg/robKalman/R/allClass.R 2013-07-16 08:27:04 UTC (rev 68)
+++ branches/robKalman_2012/pkg/robKalman/R/allClass.R 2013-07-17 15:08:24 UTC (rev 69)
@@ -143,7 +143,7 @@
## c("SSSmoother", "SSrobSmoother")
## )
setClassUnion("SSFilterOrSmoother",
- c("SSRobFilter", "SSRobSmoother")
+ c("SSFilterList", "SSSmootherList")
)
setClass("SSDiagnostic",
More information about the Robkalman-commits
mailing list