Skip to content

Commit

Permalink
Merge branch develop into master for 2019a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Tessier authored and Frederic Tessier committed May 3, 2019
2 parents c5537de + bce4233 commit 00b70e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions HEN_HOUSE/egs++/geometry/egs_cones/egs_cones.h
Original file line number Diff line number Diff line change
Expand Up @@ -1554,12 +1554,6 @@ class EGS_ConeStack : public EGS_BaseGeometry {
t = tp; // set t = distance to plane
}

// If we are right on a plane, return -1
if(tp < boundaryTolerance) {
t = 0;
return -1;
}

// distance to outer cone
int ir = ireg - il*nmax; // cone index in current layer
bool hitc = false; // assume we don't hit the cone
Expand Down

0 comments on commit 00b70e1

Please sign in to comment.