Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genericvector: Fix and optimize function LoadDataFromFile
It's not necessary to initialize the vector with 0, because the initial values are read from file. Fix also an assertion when trying to read an empty file. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information