Opened 12 years ago
Closed 12 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 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.