changes for generated .R file name change

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10110 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-11-11 20:41:11 +00:00
commit dd80fda7bf
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# by SWIG.
dyn.load(paste("example_wrap", .Platform$dynlib.ext, sep=""))
source("example_wrap.R")
source("example.R")
cacheMetaData(1)
# ----- Object creation -----

View file

@ -1,7 +1,7 @@
# file: runme.R
dyn.load(paste("example_wrap", .Platform$dynlib.ext, sep=""))
source("example_wrap.R")
source("example.R")
cacheMetaData(1)
# Call our gcd() function