5 lines
133 B
Matlab
5 lines
133 B
Matlab
|
|
function [first,second] = create_MixedPtrs(obj)
|
||
|
|
% usage: obj.create_MixedPtrs()
|
||
|
|
error('need to compile create_MixedPtrs.cpp');
|
||
|
|
end
|