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

6 lines
129 B
Matlab
Raw Normal View History

function result = x(obj)
2011-11-01 07:44:31 +08:00
% usage: obj.x()
% automatically generated by wrap on 2011-Oct-31
error('need to compile x.cpp');
end