Skip to content

Commit

Permalink
Fix fit parameter scalars.
Browse files Browse the repository at this point in the history
  • Loading branch information
netterfield committed May 3, 2016
1 parent 93f6dad commit 9ed4859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libkst/vector.cpp
Expand Up @@ -446,6 +446,7 @@ bool Vector::resize(int sz, bool init) {
}
}
_size = sz;
_v_out = _v_raw;
updateScalars();
}
return true;
Expand Down

0 comments on commit 9ed4859

Please sign in to comment.