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

6 lines
114 B
Matlab

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