Changeset 12436 for trunk/FACT++


Ignore:
Timestamp:
11/07/11 00:03:23 (13 years ago)
Author:
tbretz
Message:
Add 1 to fPrescaling in DimDynamicData to get a proper scale.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/HeadersFTM.h

    r12334 r12436  
    566566                    fRatePatch[i*4+j] = d[i].fRatePatch[j];
    567567
    568                 fPrescaling[i] = s[i].fPrescaling;
     568                fPrescaling[i] = s[i].fPrescaling+1;
    569569            }
    570570        }
Note: See TracChangeset for help on using the changeset viewer.