1 parent c39d66f commit cebd7f0Copy full SHA for cebd7f0
1 file changed
biojava-structure/src/main/java/org/biojava/nbio/structure/contact/GridCell.java
@@ -65,7 +65,7 @@ public int getNumJindices() {
65
* Calculates all distances of atoms within this cell returning those that are within the given cutoff
66
* as a list of Contacts containing the indices of the pair and the calculated distance.
67
*
68
- * If {@link Grid#getIAtoms()} is null, distances are within the iAtoms only
+ * If {@link Grid#getJAtoms()} is null, distances are within the iAtoms only
69
* @return
70
*/
71
public List<Contact> getContactsWithinCell(){
0 commit comments