Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 454)

Ticket Resolution Summary Owner Reporter
#69 fixed Create independent build for org.opensha.commons Kevin Milner Peter Powers
Description

Create a build step that compiles just org.opensha.commons and publish to

/var/www/html/apps/opensha/commons/

#71 fixed problem with AS 2008 when rupWidth=0 Peter Powers Kevin Milner
Description

AS 2008 gives NaN's when rupWidth=0 due to this code. How should it be modified to fix this?

When rupWidth=0, then rXtest=0, and T2 becomes NaN because of a div by zero.

in getMean from trunk/src/org/opensha/sha/imr/attenRelImpl/AS_2008_AttenRel.java@7151#L1110

//T2 (Eq. 9) - rewritten 2009-01-29 to be consistent with ES paper
double rXtest = rupWidth*Math.cos(Math.toRadians(dip));
if (rX>rXtest || dip==90.0) {	// if site is beyond the surface projection
	T2 = 1.0;
} else {
	T2 = 0.5 + rX / (2.0*rXtest);
}
#72 fixed JavaDocs link doesn't work Peter Powers Kevin Milner
Description

The button for "Looking for JavaDocs?" on http://opensha.org/docs currently points to http://www.opensha.org/JavaDoc/ instead of http://opensha.usc.edu/JavaDocs/

Note: See TracQuery for help on using queries.