Improved external gravity calls style

This commit is contained in:
Yohai Meiron 2020-10-28 16:31:45 -04:00
parent 747f9f9d89
commit aef0f26878
2 changed files with 35 additions and 40 deletions

12
TODO.md
View file

@ -5,16 +5,4 @@ TODO
* Memory bug when reading HDF5? x and v not allocated.
* Get rid of all global variables. Including config.
* Break main() into smaller chunks; operations that are timed should become independent functions.
* Dynamically allocate the big arrays.
* Create a key-value config file reader to replace the external parameter files.
* Remove all ifdef blocks, options should be selected in the config file.
* Optional HDF5 output.
* In the config file let choose number of digits for ASCII output and 32 or 64-bit floats for HDF5.