This website requires JavaScript.
Explore
Help
Sign In
12345qiupeng
/
gtsam
Watch
1
Star
0
Fork
You've already forked gtsam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e40ce8b44d
gtsam
/
wrap
/
tests
/
expected_namespaces
/
@ns2ClassA
/
nsArg.m
5 lines
101 B
Matlab
Raw
Normal View
History
Unescape
Escape
Fixed wrap unit test after adding documentation
2012-06-24 22:49:35 +08:00
% result = obj.nsArg(arg)
Added support for namespace includes to wrap
2011-12-16 03:39:14 +08:00
function
result
=
nsArg
(
obj,arg
)
error
(
'
need to compile nsArg.cpp'
)
;
end