Feature #1326
Add tscalc flag to GModel
Status: | Closed | Start date: | 09/30/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Mayer Michael | % Done: | 100% | |
Category: | - | Estimated time: | 0.50 hour | |
Target version: | 00-09-00 | |||
Duration: |
Description
To control the TS computation of each model via the xml file (see #1314), a boolean flag m_tscalc
has to be included as protected member in the GModel class.
Recurrence
No recurrence.
History
#1 Updated by Mayer Michael about 10 years ago
- Status changed from New to Pull request
- % Done changed from 0 to 100
The TS computation can be steered in the xml-file according to the following example:
<source name="CrabNebula" type="PointSource" tscalc="1">
The code is available on branch 1326-add-tscalc-to-GModel
#2 Updated by Knödlseder Jürgen about 10 years ago
- Status changed from Pull request to Closed
Merged into devel
branch.