git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10949 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
178 B
R
9 lines
178 B
R
dyn.load(paste("r_double_delete", .Platform$dynlib.ext, sep=""))
|
|
source("r_double_delete.R")
|
|
cacheMetaData(1)
|
|
|
|
# ----- Object creation -----
|
|
|
|
f <- Foo(2.0)
|
|
delete(f);
|
|
delete(f);
|