185 |
// |
// |
186 |
reductionflight_(&F77err); |
reductionflight_(&F77err); |
187 |
if(F77err < 0)throw F77err; |
if(F77err < 0)throw F77err; |
188 |
else if(F77err > 0 && WarningMode())cout<<" WARNING ("<<F77err<<") - TrkCore - Level1 reduction (CN computation failure, ...)"<<endl; |
// else if(F77err > 0 && WarningMode())cout<<" WARNING ("<<F77err<<") - TrkCore - Level1 reduction (CN computation failure, ...)"<<endl; |
189 |
// |
// |
190 |
if(get2) analysisflight_(); |
if(get2) analysisflight_(); |
191 |
// if(F77err < 0)throw F77err; |
// if(F77err < 0)throw F77err; |