Change request #1672
Use default time in GModelSpectral
Status: | Closed | Start date: | 02/16/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.1.0 | |||
Duration: |
Description
A default time should be used in the following GModelSpectral
methods since the spectral models are in many cases time independent:
double eval(const GEnergy& srcEng, const GTime& srcTime = GTime()) const = 0; double eval_gradients(const GEnergy& srcEng, const GTime& srcTime = GTime()) = 0;
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Done and merged into devel
.