gtsam/wrap/tests/expected/@Test/create_MixedPtrs.m

5 lines
133 B
Matlab

function [first,second] = create_MixedPtrs(obj)
% usage: obj.create_MixedPtrs()
error('need to compile create_MixedPtrs.cpp');
end