Changes between Version 1 and Version 5 of Ticket #36


Ignore:
Timestamp:
Jan 20, 2011, 1:02:30 PM (13 years ago)
Author:
Kevin Milner
Comment:

moving to 1.2 and renaming. this will be a big change if we introduce a parameter for setting the distance calculation type.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36

    • Property Cc Ned Field Peter Powers added
    • Property Summary changed from Fix IMRs that yield different results with setPropogationEffect than setSite & setEqkRupture to Standardize use of linearDistanceFast vs linearDistance
    • Property Milestone changed from OpenSHA 1.1 to OpenSHA 1.2
    • Property Keywords IMR added
  • Ticket #36 – Description

    v1 v5  
    22
    33Test added at [source:trunk/test/org/opensha/sha/imr/attenRelImpl/test/SetPropEffectTest.java] to test this.
     4
     5This is due to some calculations using linearDistanceFast while others use linearDistance. We need to standardize this, possibly using a calculation parameter to switch between the two.