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

6 lines
114 B
Matlab
Raw Normal View History

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