962 |
if ( nphit_p != nphit_i ){ |
if ( nphit_p != nphit_i ){ |
963 |
totp_score += nphit_p; |
totp_score += nphit_p; |
964 |
toti_score += nphit_i; |
toti_score += nphit_i; |
965 |
|
tp_score+=nphit_p; |
966 |
|
ti_score+=nphit_i; |
967 |
}; |
}; |
968 |
if ( nphit_p > nphit_i) tp_score++; |
// if ( nphit_p > nphit_i) tp_score+=nphit_p; |
969 |
else if( nphit_p < nphit_i) ti_score++; |
// else if( nphit_p < nphit_i) ti_score+=nphit_i; |
970 |
else ;//niente |
// else ;//niente |
971 |
}; |
}; |
972 |
}; |
}; |
973 |
// cout << "TOF "<<tp_score<<ti_score<<endl; |
// cout << "TOF "<<tp_score<<ti_score<<endl; |