Revision: 5145
Author:   hansonr
Date:     2006-05-19 07:28:45 -0700 (Fri, 19 May 2006)
ViewCVS:  http://svn.sourceforge.net/jmol/?rev=5145&view=rev

Log Message:
-----------
bob200603 implementing "conformation" by itself without current model display 
filtering

Modified Paths:
--------------
    branches/bob200603/Jmol/src/org/jmol/viewer/Viewer.java
Modified: branches/bob200603/Jmol/src/org/jmol/viewer/Viewer.java
===================================================================
--- branches/bob200603/Jmol/src/org/jmol/viewer/Viewer.java     2006-05-19 
11:57:43 UTC (rev 5144)
+++ branches/bob200603/Jmol/src/org/jmol/viewer/Viewer.java     2006-05-19 
14:28:45 UTC (rev 5145)
@@ -1636,7 +1636,7 @@
     // user has selected some atoms, now this sets that as a conformation
     // with the effect of rewriting the cartoons to match
     
-    return modelManager.setConformation(getDisplayModelIndex(), 
getSelectionSet());
+    return modelManager.setConformation(-1, getSelectionSet());
   }
 
   public BitSet setConformation(int conformationIndex) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to