Revision: 5204
Author: hansonr
Date: 2006-06-06 09:20:24 -0700 (Tue, 06 Jun 2006)
ViewCVS: http://svn.sourceforge.net/jmol/?rev=5204&view=rev
Log Message:
-----------
trunk -- just commenting out System.out.println() I used in recent fix.
Modified Paths:
--------------
trunk/Jmol/src/org/jmol/viewer/RepaintManager.java
Modified: trunk/Jmol/src/org/jmol/viewer/RepaintManager.java
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/RepaintManager.java 2006-06-06 15:06:45 UTC
(rev 5203)
+++ trunk/Jmol/src/org/jmol/viewer/RepaintManager.java 2006-06-06 16:20:24 UTC
(rev 5204)
@@ -97,7 +97,7 @@
int modelIndexNext = displayModelIndex + (direction * currentDirection);
int modelCount = viewer.getModelCount();
-
+ /*
System.out.println("setAnimationRelative: " +
" displayModelIndex=" + displayModelIndex +
" currentDirection=" + currentDirection +
@@ -106,7 +106,7 @@
" modelCount=" + modelCount +
" animationReplayMode=" + animationReplayMode +
" animationDirection=" + animationDirection);
-
+ */
if (modelIndexNext == modelCount) {
switch (animationReplayMode) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Jmol-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-commits