Fixed wrap unit test after adding documentation
parent
151743a96b
commit
1b23ebbdbf
|
@ -1,5 +1,4 @@
|
||||||
% automatically generated by wrap
|
% result = obj.norm()
|
||||||
function result = norm(obj)
|
function result = norm(obj)
|
||||||
% usage: obj.norm()
|
|
||||||
error('need to compile norm.cpp');
|
error('need to compile norm.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
% automatically generated by wrap
|
% result = obj.print()
|
||||||
function result = print(obj)
|
function result = print(obj)
|
||||||
% usage: obj.print()
|
|
||||||
error('need to compile print.cpp');
|
error('need to compile print.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
% automatically generated by wrap
|
% result = obj.memberFunction()
|
||||||
function result = memberFunction(obj)
|
function result = memberFunction(obj)
|
||||||
% usage: obj.memberFunction()
|
|
||||||
error('need to compile memberFunction.cpp');
|
error('need to compile memberFunction.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
% automatically generated by wrap
|
% result = obj.nsArg(arg)
|
||||||
function result = nsArg(obj,arg)
|
function result = nsArg(obj,arg)
|
||||||
% usage: obj.nsArg(arg)
|
|
||||||
error('need to compile nsArg.cpp');
|
error('need to compile nsArg.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
% automatically generated by wrap
|
% result = obj.nsReturn(q)
|
||||||
function result = nsReturn(obj,q)
|
function result = nsReturn(obj,q)
|
||||||
% usage: obj.nsReturn(q)
|
|
||||||
error('need to compile nsReturn.cpp');
|
error('need to compile nsReturn.cpp');
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue