In a previous pull request #76, I forgot to apply the same changes to the gravity smearing.
Here, I do the same optimization for gravity smearing and also introduced a new variable dvol_block. With this fix, we may not need to make dvol as a global variable any more.
In a previous pull request #76, I forgot to apply the same changes to the gravity smearing. Here, I do the same optimization for gravity smearing and also introduced a new variable
dvol_block
. With this fix, we may not need to makedvol
as a global variable any more.