Skip to content

Commit 9480277

Browse files
Blake WaltersBlake Walters
Blake Walters
authored and
Blake Walters
committed
Remove debug stop from egs_phsp_scoring.
1 parent 1c5f566 commit 9480277

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

HEN_HOUSE/egs++/ausgab_objects/egs_phsp_scoring/egs_phsp_scoring.cpp

-7
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,6 @@ void EGS_PhspScoring::storeParticle(EGS_I64 ncase) {
248248
score_mu=false;
249249
}
250250

251-
if (app->top_p.q==0 && sqrt(app->top_p.x.x*app->top_p.x.x+app->top_p.x.y*app->top_p.x.y)<10 &&
252-
app->top_p.wt==1.0)
253-
{
254-
egsInformation("np=%d iq=%d E=%g x=%g y=%g z=%g wt=%g\n",app->Np,app->top_p.q,app->top_p.E,app->top_p.x.x,
255-
app->top_p.x.y,app->top_p.x.z,app->top_p.wt);
256-
exit(1);
257-
}
258251
//counters, min. and max. k.e.
259252
EGS_Float prm = app->getRM();
260253
count++;

0 commit comments

Comments
 (0)