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

5 lines
88 B
Matlab

% result = obj.dim()
function result = dim(obj)
error('need to compile dim.cpp');
end