[Pomp-commits] r120 - pkg/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 6 00:45:04 CEST 2009


Author: kingaa
Date: 2009-05-06 00:45:04 +0200 (Wed, 06 May 2009)
New Revision: 120

Modified:
   pkg/inst/include/pomp.h
Log:
fix the pomp.h header comments

Modified: pkg/inst/include/pomp.h
===================================================================
--- pkg/inst/include/pomp.h	2009-05-01 11:29:30 UTC (rev 119)
+++ pkg/inst/include/pomp.h	2009-05-05 22:45:04 UTC (rev 120)
@@ -14,7 +14,7 @@
 // facility for dotting a vector of parameters ('coef') against a vector of basis-function values ('basis')
 double dot_product (int dim, const double *basis, const double *coef);
 
-// Prototype for one-step simulator, as used by "euler.simulate" and "onestep.simulate":
+// Prototype for stochastic simulation algorithm reaction-rate function.
 typedef double pomp_ssa_rate_fn(int j, double t, const double *x, const double *p);
 // Description:
 //  on input:



More information about the pomp-commits mailing list