Verified Commit b95bf72c authored by Daniel Williams's avatar Daniel Williams
Browse files

Woops, needs to be greater than 1!

parent f374ec37
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -732,7 +732,8 @@ class HWInj(Frame):
                    # right now it doesn't seem to be working.
                    distance = sim_burst.amplitude

                    if sim_burst.hrss > 0:
                    # Check if the distance or the hrss is stored in the hrss field.
                    if sim_burst.hrss > 1:
                        file_distance = sim_burst.hrss
                    else:
                        file_distance = 1.0