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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 4 19:23:26 CET 2013


Author: ruckdeschel
Date: 2013-02-04 19:23:26 +0100 (Mon, 04 Feb 2013)
New Revision: 51

Modified:
   branches/robKalman_2012/pkg/robKalman/R/allClass.R
Log:
comments allClass.R submitted

Modified: branches/robKalman_2012/pkg/robKalman/R/allClass.R
===================================================================
--- branches/robKalman_2012/pkg/robKalman/R/allClass.R	2013-02-04 18:23:04 UTC (rev 50)
+++ branches/robKalman_2012/pkg/robKalman/R/allClass.R	2013-02-04 18:23:26 UTC (rev 51)
@@ -175,6 +175,9 @@
 setClass("SSContSimulation", representation = representation(SimList = "SSSimList"),
           contains = "SSSimulation")
 
+## ACHTUNG: entgegen Darstellung am 18.09.12 _nicht_ Rückgabetyp
+###  von createF createV,... sondern Rückgabetyp der Funktion, die
+##   in createF etc zurückgegeben wird
 setClass("SSretValueF", representation = representation(x1 = "numeric",
                            Fmat = "matrix", Rmat = "matrix", t = "numeric",
                            x0 = "numeric", v = "numeric", u = "numeric",



More information about the Robkalman-commits mailing list