6 lines
141 B
Matlab
6 lines
141 B
Matlab
|
|
% automatically generated by wrap on 2010-Feb-23
|
||
|
|
% usage: obj.print()
|
||
|
|
function result = print(obj)
|
||
|
|
error('need to compile print.cpp');
|
||
|
|
end
|