Skip to content
Snippets Groups Projects
Commit 1e441186 authored by Oliver Sander's avatar Oliver Sander
Browse files

Merge branch 'feature/fix-dense-matrix' into 'master'

[fix] Remove coumns_, probably a copy-n-paste artifact



See merge request !33
parents c946134d 9eaef078
No related branches found
No related tags found
1 merge request!33[fix] Remove coumns_, probably a copy-n-paste artifact
......@@ -406,7 +406,6 @@ namespace MatrixImp
: window_(nullptr,0)
{
data_ = nullptr;
columns_ = 0;
i = 0;
}
......
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