| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -103,7 +103,7 @@ public void destroy(){ | |||
| 103 | 103 | public void setAtoms(Atom[] atoms){ | |
| 104 | 104 | Structure s = new StructureImpl(); | |
| 105 | 105 | Chain c = new ChainImpl(); | |
| 106 | - c.setId("A"); | ||
| 106 | + c.setChainID("A"); | ||
| 107 | 107 | for (Atom a: atoms){ | |
| 108 | 108 | c.addGroup(a.getGroup()); | |
| 109 | 109 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments