[Pomp-commits] r422 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 23 21:40:41 CET 2010


Author: kingaa
Date: 2010-11-23 21:40:41 +0100 (Tue, 23 Nov 2010)
New Revision: 422

Modified:
   pkg/R/dprocess-pomp.R
Log:
- fix bug


Modified: pkg/R/dprocess-pomp.R
===================================================================
--- pkg/R/dprocess-pomp.R	2010-11-23 20:33:44 UTC (rev 421)
+++ pkg/R/dprocess-pomp.R	2010-11-23 20:40:41 UTC (rev 422)
@@ -5,5 +5,5 @@
           'dprocess',
           'pomp',
           function (object, x, times, params, log = FALSE, ...)
-            .Call(do_dprocess,object,x,times,params,log),
+            .Call(do_dprocess,object,x,times,params,log)
           )



More information about the pomp-commits mailing list