Updates after documentation changes.

This commit is contained in:
Geoffrey Hutchison
2007-01-16 05:25:18 +00:00
parent a3e96d91d4
commit d0470afd50
11 changed files with 3563 additions and 3824 deletions
+1 -1
View File
@@ -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);
}