Esempio n. 1
0
 protected override void PerformStac(STACInformation stacInformation)
 {
     stacInformation.PerformStac(MatchList,
                                 MatchParameters.UserTolerances,
                                 MatchParameters.UseDriftTime,
                                 MatchParameters.UsePriors);
 }
Esempio n. 2
0
 protected virtual void PerformStac(STACInformation stacInformation)
 {
     //stacInformation.PerformStac(m_matchList, m_matchParameters.UserTolerances, m_matchParameters.UseDriftTime, m_matchParameters.UsePriors);
     stacInformation.PerformStac(MatchList,
                                 m_matchParameters.UserTolerances,
                                 m_matchParameters.UseDriftTime);
 }