Feature #40
Replace GIntegrand by GFunction
Status: | Closed | Start date: | 02/20/2012 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 00-07-00 | |||
Duration: |
Description
The GIntegrand method has been implemented to support numerical integration of functions. But this is only a special case, as functions can also be used for derivatives. For this purpose, GFunction has been implemented, and GIntegrand has become obsolete. GIntegrand should thus be deleted, and the code should be changed to that GFunction is used in all places where GIntegrand is used actually.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 12 years ago
- Priority changed from Normal to Low
#2 Updated by Knödlseder Jürgen almost 12 years ago
- Target version set to 00-07-00
#3 Updated by Knödlseder Jürgen almost 12 years ago
- Status changed from New to Feedback
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 100
The GIntegrand
class has been removed and all GammaLib code was adapted to use GFunction
instead.
#4 Updated by Knödlseder Jürgen almost 12 years ago
- Status changed from Feedback to Closed
The changes were integrated in the devel
branch.