Skip to content

Commit f2c25d5

Browse files
committed
Use C-alpha Atoms in AltLocs Test
1 parent 2927b32 commit f2c25d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biojava-structure/src/test/java/org/biojava/nbio/structure/TestAltLocs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public void test3PIUpdb() throws IOException, StructureException{
253253

254254
assertNotNull(structure);
255255

256-
Atom[] ca = StructureTools.getRepresentativeAtomArray(structure);
256+
Atom[] ca = StructureTools.getAtomCAArray(structure);
257257

258258
//System.out.println(structure.getPdbId() + " has # CA atoms: " + ca.length);
259259

@@ -314,7 +314,7 @@ public void test3PIUmmcif() throws IOException, StructureException{
314314

315315
assertNotNull(structure);
316316

317-
Atom[] ca = StructureTools.getRepresentativeAtomArray(structure);
317+
Atom[] ca = StructureTools.getAtomCAArray(structure);
318318

319319
//System.out.println(structure.getPdbId() + " has # CA atoms: " + ca.length);
320320

0 commit comments

Comments
 (0)