gandalfcode / gandalf

GANDALF (Graphical Astrophysics code for N-body Dynamics And Lagrangian Fluids)
GNU General Public License v2.0
44 stars 12 forks source link

Unused or uninitialised variables #108

Open dhubber opened 7 years ago

dhubber commented 7 years ago

There's a lot of unused (safe but pollutes screen in debug mode) and uninitialised (potentially dangerous but often benign) variables in the code. This should be dealt with before we're done. I've made a new branch 'init_variables' to deal with this simple issue. Atm, only a fraction of the code has been 'cleaned'.