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 +1 -1
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +1 -1
- package/package.json +1 -1
package/icn3d.module.js
CHANGED
|
@@ -48794,7 +48794,7 @@ class ViewInterPairs {
|
|
|
48794
48794
|
// last ss
|
|
48795
48795
|
if(Object.keys(ssAtoms).length > 0) ssAtomsArray.push(ssAtoms);
|
|
48796
48796
|
let len = ssAtomsArray.length;
|
|
48797
|
-
select = "interactions " + threshold + " | sets " + nameArray2 + " " + nameArray + " | true";
|
|
48797
|
+
let select = "interactions " + threshold + " | sets " + nameArray2 + " " + nameArray + " | true";
|
|
48798
48798
|
ic.opts['contact'] = "yes";
|
|
48799
48799
|
|
|
48800
48800
|
for(let i = 0; i < len; ++i) {
|