[Robkalman-commits] r53 - branches/robKalman_2012/pkg/robKalman/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 5 18:05:57 CET 2013


Author: bspangl
Date: 2013-02-05 18:05:56 +0100 (Tue, 05 Feb 2013)
New Revision: 53

Modified:
   branches/robKalman_2012/pkg/robKalman/R/allClass.R
Log:
neue Aenderungen in 'allClass.R' committed

Modified: branches/robKalman_2012/pkg/robKalman/R/allClass.R
===================================================================
--- branches/robKalman_2012/pkg/robKalman/R/allClass.R	2013-02-04 18:33:41 UTC (rev 52)
+++ branches/robKalman_2012/pkg/robKalman/R/allClass.R	2013-02-05 17:05:56 UTC (rev 53)
@@ -91,7 +91,7 @@
 setClass("SSrobFilter", representation = representation(classFilter = "SSFilter",
                                        robFilter = "SSFilter"))
 
-setClass("SSSmoother", representation = representation(filt = "SSfilter",
+setClass("SSSmoother", representation = representation(filt = "SSFilter",
                                     smoothStep = "FunctionWithControl",
                                     smoothCov = "FunctionWithControl",
                                     lagoneCov = "FunctionWithControl"))



More information about the Robkalman-commits mailing list