You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: structure/structure-data-model.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ Structure
27
27
28
28
All structure objects contain one or more "models". That means also X-ray structures contain a "virtual" model which serves as a container for the chains. The most common way to access chains will be via
29
29
30
-
<pre>
30
+
```java
31
31
List<Chain> chains = structure.getChains();
32
-
</pre>
32
+
```
33
33
34
34
This works for both NMR and X-ray based structures and by default the first model is getting accessed.
0 commit comments