Skip to content

Commit

Permalink
Add builder for ConfTable for Andy
Browse files Browse the repository at this point in the history
  • Loading branch information
gusennan committed May 7, 2020
1 parent 0fd9b21 commit cd5db8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/edu/duke/cs/osprey/confspace/ConfDB.java
Expand Up @@ -288,6 +288,10 @@ public SequenceInfo(double lowerEnergyOfUnsampledConfs) {
}
}

public ConfTable makeTable(String id) {
return new ConfTable(id);
}

public class ConfTable implements Iterable<Conf>, AutoCloseable {

public final String id;
Expand Down

0 comments on commit cd5db8d

Please sign in to comment.