[Pomp-commits] r383 - pkg/R
    noreply at r-forge.r-project.org 
    noreply at r-forge.r-project.org
       
    Wed Oct 13 21:37:24 CEST 2010
    
    
  
Author: kingaa
Date: 2010-10-13 21:37:24 +0200 (Wed, 13 Oct 2010)
New Revision: 383
Modified:
   pkg/R/pomp-methods.R
Log:
- bug fix
Modified: pkg/R/pomp-methods.R
===================================================================
--- pkg/R/pomp-methods.R	2010-10-13 01:38:57 UTC (rev 382)
+++ pkg/R/pomp-methods.R	2010-10-13 19:37:24 UTC (rev 383)
@@ -3,7 +3,7 @@
 ## functions to extract or call the components of a "pomp" object
 setGeneric("data.array",function(object,...)standardGeneric("data.array"))
 
-setGeneric("obs",function(object,...)standardGeneric("obsns"))
+setGeneric("obs",function(object,...)standardGeneric("obs"))
 
 setGeneric("time<-",function(object,...,value)standardGeneric("time<-"))  
 
    
    
More information about the pomp-commits
mailing list