Skip to content

Commit 26ff03d

Browse files
committed
Update the decoder to work with the new interface
1 parent 9b4ad9a commit 26ff03d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmtf/BioJavaStructureDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public void cleanUpStructure() {
398398
}
399399

400400
@Override
401-
public void prepareStructure() {
401+
public void prepareStructure(int totalNumAtoms, int totalNumGroups, int totalNumChains, int totalNumModels) {
402402

403403
}
404404

0 commit comments

Comments
 (0)