Open sriramkswamy opened 8 years ago
Line 16 of tt_dot2.m on branch TT2.2 contains the following
tt_dot2.m
%---------------------------d=size(tt1,1);
It should be split into two lines like so -
%--------------------------- d=size(tt1,1);
That is the same branch linked in the webpage.
Line 16 of
tt_dot2.m
on branch TT2.2 contains the followingIt should be split into two lines like so -
That is the same branch linked in the webpage.