[Pomp-commits] r129 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 14 16:26:18 CEST 2009


Author: kingaa
Date: 2009-05-14 16:26:18 +0200 (Thu, 14 May 2009)
New Revision: 129

Modified:
   pkg/src/pomp.h
Log:
fix documentation

Modified: pkg/src/pomp.h
===================================================================
--- pkg/src/pomp.h	2009-05-14 13:54:09 UTC (rev 128)
+++ pkg/src/pomp.h	2009-05-14 14:26:18 UTC (rev 129)
@@ -28,6 +28,8 @@
 //                the 'statenames' argument of 'euler.simulator'
 // parindex   = pointer to vector of integers pointing to the parameters in 'p' in the order specified by 
 //                the 'paramnames' argument of 'euler.simulator'
+// covindex   = pointer to vector of integers pointing to the covariates in 'covars' in the order 
+//                specified by the 'covarnames' argument of 'euler.simulator'
 // ncovars    = number of covariates
 // covars     = pointer to a vector containing the values of the covariates at time t, as interpolated 
 //                from the covariate table supplied to 'euler.simulator'



More information about the pomp-commits mailing list