Opened 13 years ago

Closed 13 years ago

#144 closed defect (fixed)

AttenuationRelApp nightlies crashing on startup

Reported by: Peter Powers Owned by: Peter Powers
Priority: critical Milestone: OpenSHA 1.2
Component: sha Version:
Keywords: Cc:

Description

Editors not loading properly becasue propEffectParams return DoubleEditor? but the themselves do not descend from DoubleParameter?, rather PropEffectParam?<Double>.

All the propEffectParams are distance values that are doubles so I'm going to change the hierarchy which will reduce some of the generic tagging. However, I'm not sure what side-effects this might have just yet.

Change History (2)

comment:1 Changed 13 years ago by Kevin Milner

I modified DoubleParameterEditor? to work with any ParameterAPI<Double> instance (in [7501]), it now works. I'll leave this open for now though because you are working on refactoring the hierarchy.

comment:2 Changed 13 years ago by Peter Powers

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.