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

5 lines
103 B
Matlab

% result = obj.argChar(a)
function result = argChar(obj,a)
error('need to compile argChar.cpp');
end