= Distance Calculation Comparison = This is a comparison between the two methods of distance calculations in OpenSHA. The two options (both in [source:trunk/src/org/opensha/commons/geo/LocationUtils.java LocationUtils.java] are linearDistance (referred to as "slow") and linearDistanceFast (referred to as "fast"). Test conducted with this class: [source:trunk/dev/scratch/kevin/DistSpeedTest.java]