Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking line in branch TT2.2 #34

Open
sriramkswamy opened this issue Sep 14, 2016 · 0 comments
Open

Breaking line in branch TT2.2 #34

sriramkswamy opened this issue Sep 14, 2016 · 0 comments

Comments

@sriramkswamy
Copy link

sriramkswamy commented Sep 14, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant