git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec05d5
)
Remove system.out
author
amwaterhouse
<Andrew Waterhouse>
Thu, 17 Nov 2005 15:14:10 +0000
(15:14 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Thu, 17 Nov 2005 15:14:10 +0000
(15:14 +0000)
src/MCview/AppletPDBCanvas.java
patch
|
blob
|
history
diff --git
a/src/MCview/AppletPDBCanvas.java
b/src/MCview/AppletPDBCanvas.java
index
4c62b60
..
7a6a368
100755
(executable)
--- a/
src/MCview/AppletPDBCanvas.java
+++ b/
src/MCview/AppletPDBCanvas.java
@@
-100,6
+100,9
@@
public class AppletPDBCanvas extends Panel implements MouseListener, MouseMotion
highlightBond2 = null;
\r
\r
int index = ii - mainchain.seqstart;
\r
+
\r
+ System.out.println(ii+" "+mainchain.seqstart+" "+index);
\r
+
\r
if(index <0 )
\r
return;
\r
\r