gtsam/wrap/tests/expected/@Point2/argChar.m

5 lines
103 B
Matlab
Raw Normal View History

2012-06-29 00:13:22 +08:00
% result = obj.argChar(a)
function result = argChar(obj,a)
error('need to compile argChar.cpp');
end