mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-02 01:27:55 -05:00
Updates after documentation changes.
This commit is contained in:
@@ -221,7 +221,7 @@ public class OBMolBondIter {
|
||||
return openbabelJNI.OBMolBondIter_GetLength(swigCPtr, this);
|
||||
}
|
||||
|
||||
public int GetNbrAtomIdx(OBAtom ptr) {
|
||||
public long GetNbrAtomIdx(OBAtom ptr) {
|
||||
return openbabelJNI.OBMolBondIter_GetNbrAtomIdx(swigCPtr, this, OBAtom.getCPtr(ptr), ptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user