Opened 10 years ago
Closed 10 years ago
#466 closed defect (fixed)
HazardCurveCalculator casts all curves to ArbitrarilyDiscretizedFunction but takes DiscretizedFunction
Reported by: | Kevin Milner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | OpenSHA 1.4 |
Component: | sha | Version: | |
Keywords: | Cc: |
Description
HazardCurveCalculator? casts all curves to ArbitrarilyDiscretizedFunction? but takes DiscretizedFunction? in the method declaration. Also it doesn't even use any ArbitrarilyDiscretizedFunction? specific calls, so this cast is unnecessary.
Note: See
TracTickets for help on using
tickets.
fixed in [10734]