ryosuke-hirai / HORMONE

Repository for hydrodynamical code HORMONE
GNU General Public License v3.0
1 stars 1 forks source link

Gravity refactor #51

Closed dliptai closed 5 months ago

dliptai commented 5 months ago

Refactor the gravity routines to be more readable. The 'guts' of the gravity code is the same, but has been divided into subroutines. In particular, the two gravity methods (MICCG and Hyperbolic) have been separated into their own modules.

Also tidied a few other unused variable/module import warnings.