Fix subduction interface rate calculations
It has been noted that sites in Alaska over the very large Prince William Sound section may not get included in MFD rate summation calculations if the distance
is less than the width of the section; checkDistance()
fails. This isn't an issue in hazard calculations because the 1000 km interface cutoff distance all but guarantees that all ruptures will be included. Add polygon.contains()
to interface distance check.