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:
7b5ff2f
)
no need for myAtom
author
amwaterhouse
<Andrew Waterhouse>
Wed, 16 Nov 2005 16:40:40 +0000
(16:40 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Wed, 16 Nov 2005 16:40:40 +0000
(16:40 +0000)
src/MCview/Bond.java
patch
|
blob
|
history
diff --git
a/src/MCview/Bond.java
b/src/MCview/Bond.java
index
17f66bb
..
e3f36f7
100755
(executable)
--- a/
src/MCview/Bond.java
+++ b/
src/MCview/Bond.java
@@
-26,10
+26,10
@@
public class Bond {
float[] end;
\r
Color startCol;
\r
Color endCol;
\r
- public myAtom at1;
\r
- public myAtom at2;
\r
+ public Atom at1;
\r
+ public Atom at2;
\r
\r
- public Bond(float[] start, float[] end, myAtom at1, myAtom at2) {
\r
+ public Bond(float[] start, float[] end, Atom at1, Atom at2) {
\r
this.start = start;
\r
this.end = end;
\r
this.startCol = at1.color;
\r