Displaying 1 result from an estimated 1 matches for "charsfile".
Did you mean:
cardfile
2010 Apr 13
2
.Fortran interface error
...rp,"runhydro",sep="/"))
everything is OK, while compilation as a dynamic library and access to the
F95 "big" module through the simple R-F95 interface:
>res <- .Fortran("runhydro",
runfile = as.character(mainfile[1]),
charsfile = nchar(mainfile[1]),
PACKAGE = "hydroarid"
)
is what is giving the error (I could handle you the package)
Thanks and best regards,
Javier
---