Skip to content

Commit

Permalink
Turn off "only in-cell" EM map representation
Browse files Browse the repository at this point in the history
because it doesn't work with reboxed maps.
  • Loading branch information
pemsley committed Sep 25, 2018
1 parent 2a183ad commit 3170eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion density-contour/CIsoSurface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1817,7 +1817,8 @@ CIsoSurface<T>::returnTriangles(const clipper::Xmap<T>& xmap,
if ((co3_c-centre).amplitude_squared() > radius_sqd)
valid_co_3 = false;

if (is_em_map) {
// if (is_em_map) { // needs adding back when reboxed maps work
if (false) {
// test for being inside the box.
if (valid_co_1) {
if (co1_c.x() > max_x) valid_co_1 = false;
Expand Down

0 comments on commit 3170eaf

Please sign in to comment.