Commit 6634f164 authored by Riccardo La Placa's avatar Riccardo La Placa
Browse files

Matlab è stupido

parent 39f77892
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -294,8 +294,8 @@ for m=1:M
    % ttemp = gpuArray(tm(m,:));
    % xtemp = gpuArray(x(:,m).');
    ttemp = tm(m,:);
    ttempdif = ttemp(:)-tmid(m);
    ttempdifl = ttemp(:)-tmid(m)-0.5*dt;
    ttempdif = (ttemp(:)-tmid(m)).';
    ttempdifl = (ttemp(:)-tmid(m)-0.5*dt).';
    xtemp = x(:,m).';

    % toc