[Pomp-commits] r118 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 30 00:35:40 CEST 2009


Author: kingaa
Date: 2009-04-30 00:35:40 +0200 (Thu, 30 Apr 2009)
New Revision: 118

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

Modified: pkg/src/pomp.h
===================================================================
--- pkg/src/pomp.h	2009-04-29 01:51:57 UTC (rev 117)
+++ pkg/src/pomp.h	2009-04-29 22:35:40 UTC (rev 118)
@@ -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