major bug in Campbell SHARE GMPE

Bug #942484 reported by Laurentiu D.
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenQuake (deprecated)
Fix Released
Critical
Lars Butler

Bug Description

[et=1h]
[at=1h]

Wrong argument for the get Standard deviation of the Campbell 2003 SHARE GMPE
rake parameter should be replaced by "mag" - parameter in the following methods.

        public double getStdDev(){
  return getStdDev(iper, rake, stdDevType);
 }

 public double getStdDev(int iper, double rake, String stdDevType){
  double std = super.getStdDev(iper, mag, stdDevType);
  return std * AdjustFactorsSHARE.sig_AFrock_CAMBPELL2003[iper];
 }

Revision history for this message
Lars Butler (lars-butler) wrote :
Changed in openquake:
assignee: nobody → Lars Butler (lars-butler)
milestone: none → 0.6.0
status: New → In Progress
description: updated
Changed in openquake:
status: In Progress → Fix Committed
Changed in openquake:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.