Hi, I'm having some issues with "endof". Here's an example that hopefully is self-explanatory enough not to need any context or "smallest code that reproduces the error"; perhaps someone can tell me if I'm doing something stupid. If not, I'd be happy to reproduce the error.
In [7]:
(geo.eps)[end]
no method endof(Ptr{PetscVec_s},)
at In[7]:1
In [8]:
endof(geo.eps)
Out[8]:
202
