gtsam/wrap/tests/expected/Point3_StaticFunctionRet.m

6 lines
182 B
Matlab
Raw Normal View History

2012-06-06 20:03:49 +08:00
% automatically generated by wrap
function result = Point3_StaticFunctionRet(z)
% usage: x = Point3_StaticFunctionRet(z)
error('need to compile Point3_StaticFunctionRet.cpp');
end