524 |
if(whistofull[i]>-200) ifull[nn]=1; |
if(whistofull[i]>-200) ifull[nn]=1; |
525 |
if(totvalues==TOT || (totvalues<TOT && e<totvalues)){ |
if(totvalues==TOT || (totvalues<TOT && e<totvalues)){ |
526 |
if(whistofull[i]>0){ |
if(whistofull[i]>0){ |
527 |
if(i==0) values << ndsp << " "; |
if(i==0) values << (short int)ndsp << " "; |
528 |
values <<(short int) whistofull[i] <<" "; |
values <<(short int) whistofull[i] <<" "; |
529 |
if(i==3071) values << endl; |
if(i==3071) values << endl; |
530 |
} |
} |
702 |
} |
} |
703 |
|
|
704 |
if(totvalues==TOT || (totvalues<TOT && e<totvalues)) |
if(totvalues==TOT || (totvalues<TOT && e<totvalues)) |
705 |
values << 0 << endl << endl; |
values << (short int)0 << endl << endl; |
706 |
} |
} |
707 |
stringstream com; |
stringstream com; |
708 |
|
|