gtsam/wrap/tests/expected_namespaces/@ns2ClassA/memberFunction.m

5 lines
121 B
Matlab

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