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

6 lines
113 B
Matlab

automatically generated by wrap
function result = x(obj)
% usage: obj.x()
error('need to compile x.cpp');
end