Remove _wrap from .R files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10105 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dc4983afb0
commit
cd9c301b48
10 changed files with 15 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
source("unittest.R")
|
||||
dyn.load(paste("funcptr_wrap", .Platform$dynlib.ext, sep=""))
|
||||
source("funcptr_wrap.R")
|
||||
source("funcptr.R")
|
||||
cacheMetaData(1)
|
||||
unittest(do_op(1, 3, add), 4)
|
||||
unittest(do_op(2, 3, mul), 6)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue