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

6 lines
114 B
Matlab

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