Fix inconsistent definition of farr in templates.py
Compare changes
@@ -398,5 +398,5 @@ def moment(farr, h, n, psd):
This patch fix the bug that farr
has two different definition on line 369 and line 401 in templates.py
Changes:
farr
on line 401 the same as line 369.