Exemple #1
0
 protected void initializeStepConditionImpl()
 {
     stepCondition_ = new NullCondition <Vector>();
 }
Exemple #2
0
 protected override void initializeStepCondition()
 {
     stepCondition_ = new NullCondition <Vector>();
 }