Got rid of remaining manual allocations, moved some variable declarations to where they are needed
This commit is contained in:
parent
aef0f26878
commit
d9ed8e5131
8 changed files with 67 additions and 90 deletions
6
TODO.md
6
TODO.md
|
|
@ -1,8 +1,10 @@
|
|||
TODO
|
||||
====
|
||||
|
||||
* Make the reamining arrays vectors or smart pointers.
|
||||
|
||||
* 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
|
||||
|
||||
* Remove unneeded includes
|
||||
Loading…
Add table
Add a link
Reference in a new issue