[Pomp-commits] r833 - pkg/pomp/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Mar 10 22:00:05 CET 2013
Author: kingaa
Date: 2013-03-10 22:00:05 +0100 (Sun, 10 Mar 2013)
New Revision: 833
Modified:
pkg/pomp/R/mif.R
Log:
- fix error
Modified: pkg/pomp/R/mif.R
===================================================================
--- pkg/pomp/R/mif.R 2013-03-10 20:58:03 UTC (rev 832)
+++ pkg/pomp/R/mif.R 2013-03-10 21:00:05 UTC (rev 833)
@@ -38,7 +38,7 @@
stop(
"mif error: ",sQuote("cooling.fraction"),
" must be < 1 when cooling.type = ",
- sQuote("hyperbolic")
+ sQuote("hyperbolic"),
call.=FALSE
)
if (perobs) {
More information about the pomp-commits
mailing list