icn3d 3.29.4 → 3.29.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/icn3d.js CHANGED
@@ -47893,7 +47893,7 @@ class ViewInterPairs {
47893
47893
  // last ss
47894
47894
  if(Object.keys(ssAtoms).length > 0) ssAtomsArray.push(ssAtoms);
47895
47895
  let len = ssAtomsArray.length;
47896
- select = "interactions " + threshold + " | sets " + nameArray2 + " " + nameArray + " | true";
47896
+ let select = "interactions " + threshold + " | sets " + nameArray2 + " " + nameArray + " | true";
47897
47897
  ic.opts['contact'] = "yes";
47898
47898
 
47899
47899
  for(let i = 0; i < len; ++i) {