From 246cec11a3d33c81b90796d01f13bf946c4c66c4 Mon Sep 17 00:00:00 2001
From: Grant Meadors <gdmeadors@gmail.com>
Date: Mon, 3 Dec 2012 11:31:10 -0800
Subject: [PATCH] Fixed a typo

---
 HoftEditor.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HoftEditor.m b/HoftEditor.m
index 6a8b9cd..ee6f54c 100644
--- a/HoftEditor.m
+++ b/HoftEditor.m
@@ -1126,7 +1126,7 @@ classdef HoftEditor < handle
                 % or more generous if less than 32 averages
                 % else pass (zero)
                 combOutput.combLimit = max(1.2, 1.2 * sqrt(32 / (Hoft.r/nfft)));
-                combOutput.maximum =... max(combOutput.Ratio >= combOutput.combLimit );
+                combOutput.maximum = max(combOutput.Ratio >= combOutput.combLimit );
 
                 % In addition to the ratio cutoff, check the sum of comb
                 % values after feedforward. If the sum of points at
-- 
GitLab