Fixed memory issue with reading of HDF5 input file and improved style

This commit is contained in:
Yohai Meiron 2020-10-28 22:46:27 -04:00
parent b6c55a30da
commit 8adb4ac813
5 changed files with 63 additions and 44 deletions

View file

@ -1,8 +1,6 @@
TODO
====
* Memory bug when reading HDF5? x and v not allocated.
* Break main() into smaller chunks; operations that are timed should become independent functions.
* Const everything