- //the next line seems to loop through the tPVector out and add the particles to the SubProPtr sp as outgoing, given some condition I need to think about.
+ //the next line seems to loop through the tPVector out and add the particles
+ //to the SubProPtr sp as outgoing, given some condition I need to think
+ //about.
for ( int i = 0, N = out.size(); i < N; ++i )
sp->addOutgoing(out[xc.mirror()? i: out.size() - i - 1], false);