oseledets / TT-Toolbox

The git repository for the TT-Toolbox
Other
193 stars 73 forks source link

Breaking line in branch TT2.2 #34

Open sriramkswamy opened 8 years ago

sriramkswamy commented 8 years ago

Line 16 of tt_dot2.m on branch TT2.2 contains the following

%---------------------------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.