Displaying 1 result from an estimated 1 matches for "deltadt".
Did you mean:
delta_t
2008 Mar 07
1
Help with 'memory not mapped'
...unction, which .Call some C code.
It runs several times without any problem, but sometimes I get the error:
-------
*** caught segfault ***
address 0x1c404ec8, cause 'memory not mapped'
Traceback:
1: .Call("rrfunc", as.double(dx), as.integer(nrows), as.integer(ncols),
as.double(deltadt), as.character(binmaps), as.integer(ldd),
as.double(downst),as.integer(outl), as.double(maxinte), as.double(nmn))
2: rrfuncR(dx, nrows, ncols, delta.t,binmaps.pathed,ldd,downst,
out.index,interc,n.man)
3: eval.with.vis(expr, envir, enclos)
4: eval.with.vis(ei, envir)
5: source("rrprogv1_2....