[Pomp-commits] r462 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 9 21:52:51 CEST 2011
Author: kingaa
Date: 2011-05-09 21:52:51 +0200 (Mon, 09 May 2011)
New Revision: 462
Modified:
pkg/R/pomp-methods.R
Log:
- remove printing of call slot
Modified: pkg/R/pomp-methods.R
===================================================================
--- pkg/R/pomp-methods.R 2011-05-09 19:32:14 UTC (rev 461)
+++ pkg/R/pomp-methods.R 2011-05-09 19:52:51 UTC (rev 462)
@@ -228,8 +228,6 @@
function (x, ...) {
cat("data and states:\n")
print(as(x,"data.frame"))
- cat("\ncall:\n")
- print(x at call)
invisible(x)
}
)
More information about the pomp-commits
mailing list