Skip to content

Commit 296f26b

Browse files
committed
reduce packed cell edgeDelta slightly
1 parent fe62942 commit 296f26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StructureVisualizer/StructureWindow/3dmol/Visualizer3dmol.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Visualizer3dmol extends React.Component {
103103

104104
// distance in fractional coordinates to the edge to be
105105
// considered "on edge" for packed cell option
106-
let edgeDelta = 0.05;
106+
let edgeDelta = 0.03;
107107

108108
let sc = this.props.viewerParams.supercell;
109109
for (let i = -1; i < sc[0] + 1; i++) {

0 commit comments

Comments
 (0)