Skip to content
Snippets Groups Projects
Commit d25ec8ba authored by mkirsz's avatar mkirsz
Browse files

Always augment matrix by ncols()

parent 827592a8
No related branches found
No related tags found
No related merge requests found
Pipeline #51738 passed
......@@ -256,6 +256,9 @@ private:
if (force) rows+=stdb(s).natoms()*3;
}
// Add space for augmented matrix
rows += cols;
T.resize(rows);
Tlabels.resize(rows);
Phi.resize(rows,cols);
......
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