icn3d 3.12.6 → 3.12.7
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 +0 -1
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +0 -1
- package/package.json +1 -1
package/icn3d.js
CHANGED
|
@@ -21532,7 +21532,6 @@ class LoadAtomData {
|
|
|
21532
21532
|
ic.pmin.min(atm.coord);
|
|
21533
21533
|
ic.pmax.max(atm.coord);
|
|
21534
21534
|
ic.psum.add(atm.coord);
|
|
21535
|
-
console.log("chainNum: " + chainNum);
|
|
21536
21535
|
|
|
21537
21536
|
let bProtein =(me.cfg.mmcifid === undefined && ic.InputfileType != 'mmcif') ? chainid2kind[chainNum] === 'protein' : atm.mt === 'p';
|
|
21538
21537
|
let bNucleotide =(me.cfg.mmcifid === undefined && ic.InputfileType != 'mmcif') ? chainid2kind[chainNum] === 'nucleotide' : atm.mt === 'n';
|