Skip to content
Snippets Groups Projects
Commit fed0cd1f authored by marwan's avatar marwan
Browse files

RT corrected

parent 61026a28
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ function [a_out, b_out, c_out]=tt(x)
% $Revision$
%
% $Log$
% Revision 3.8 2013/08/22 06:35:01 marwan
% bugfix in estimation black and white vertical lines
%
% Revision 3.7 2010/06/30 12:02:52 marwan
% Help text modified
%
......@@ -123,7 +126,7 @@ try
if nargout==3
c_out=zeros(length(tw),1);
c_out=tw;
c_out=tw+1; % +1 correction to get the correct RT
end
if nargout>=2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment