aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-01-24 17:05:13 -0800
committerChris Robinson <[email protected]>2019-01-24 17:05:13 -0800
commit8eab75f3123cf1d20b8092ffccc15a9327aeb0d1 (patch)
tree3a6e7db96b7bf0cc6015e7f54be4dd9aab2bde93 /utils
parentb5569d84550fda34f7ba9c8fcc0a9de1e48a0468 (diff)
Update a function comment
Diffstat (limited to 'utils')
-rw-r--r--utils/makehrtf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/makehrtf.cpp b/utils/makehrtf.cpp
index 7b5767ff..f50d1c78 100644
--- a/utils/makehrtf.cpp
+++ b/utils/makehrtf.cpp
@@ -2105,8 +2105,8 @@ static void BalanceFieldMagnitudes(const HrirDataT *hData, const uint channels,
}
/* Calculate the contribution of each HRIR to the diffuse-field average based
- * on the area of its surface patch. All patches are centered at the HRIR
- * coordinates on the unit sphere and are measured by solid angle.
+ * on its coverage volume. All volumes are centered at the spherical HRIR
+ * coordinates and measured by extruded solid angle.
*/
static void CalculateDfWeights(const HrirDataT *hData, double *weights)
{