Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 06b7e435 authored by hhakim's avatar hhakim
Browse files

Fix typo in matfaust.Faust.call_mex in mexFaustGPURealFloat call.

parent ba101df2
Branches
Tags
No related merge requests found
......@@ -2182,7 +2182,7 @@ classdef Faust
if(strcmp(F.dtype, 'double'))
[varargout{1:nargout}] = mexFaustGPUReal(func_name, F.matrix.objectHandle, varargin{:});
else % float
[varargout{1:nargout}] = mexFaustRealGPUFloat(func_name, F.matrix.objectHandle, varargin{:});
[varargout{1:nargout}] = mexFaustGPURealFloat(func_name, F.matrix.objectHandle, varargin{:});
end
else
[varargout{1:nargout}] = mexFaustGPUCplx(func_name, F.matrix.objectHandle, varargin{:});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment