Rolf, can you illustrate your comment? I have just run a simple test 
and I don't see the difference

A model with 7 atoms :
print {*}.atomindex.all.length  // gives 7
print {*}.atomindex.all.size  // gives 7
print {*}.atomindexl.max  // gives 7

after   delete atomno=3 :
print {*}.atomindex.all.length  // gives 6
print {*}.atomindex.all.size  // gives 6
print {*}.atomindex.max  // gives 6

and after   delete atomno=7 :
print {*}.atomindex.all.length  // gives 5
print {*}.atomindex.all.size  // gives 5
print {*}.atomindex.max  // gives 5



------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to