Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 57ff917b authored by hhakim's avatar hhakim
Browse files

Fix issue #256.

parent 134238c1
No related branches found
No related tags found
No related merge requests found
......@@ -3343,7 +3343,7 @@ classdef Faust
%>
%================================================================
function c = class(F)
if(strcmp(F.dtype, 'float'))
if(any(strcmp(F.dtype, {'float', 'single'})))
c = 'single';
else
c = 'double';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment