Implement addToMS for Split step
Created by: tammojan
Fixes #153 (closed)
Merge request reports
Activity
102 103 // Show the steps. 103 104 for (unsigned int i=0; i<itsSubsteps.size(); ++i) { 104 105 os << "Split substep "<<(i+1)<<" of "<<itsSubsteps.size()<<endl; 105 DPStep::ShPtr step = itsSubsteps[0];
Please register or sign in to reply