[Pomp-commits] r39 - pkg/inst/examples
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 13 18:18:33 CEST 2008
Author: kingaa
Date: 2008-08-13 18:18:32 +0200 (Wed, 13 Aug 2008)
New Revision: 39
Modified:
pkg/inst/examples/sir.c
Log:
cosmetic
Modified: pkg/inst/examples/sir.c
===================================================================
--- pkg/inst/examples/sir.c 2008-08-13 16:12:12 UTC (rev 38)
+++ pkg/inst/examples/sir.c 2008-08-13 16:18:32 UTC (rev 39)
@@ -165,12 +165,6 @@
DRDT = term[3]-term[5];
DCDT = term[3]; // cases are cumulative recoveries
-// // trap for negative states
-// DSDT = (SUSC < 0.0) ? DSDT : 0.0;
-// DIDT = (INFD < 0.0) ? DIDT : 0.0;
-// DRDT = (RCVD < 0.0) ? DRDT : 0.0;
-// DCDT = (CASE < 0.0) ? DCDT : 0.0;
-
}
#undef DSDT
More information about the pomp-commits
mailing list