mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-01 00:58:00 -05:00
Fixed Java (JNI) interfaces to compile cleanly. Updated other SWIG interfaces.
This commit is contained in:
@@ -41,7 +41,15 @@ public class OBMolAngleIter {
|
||||
}
|
||||
|
||||
public OBMolAngleIter(OBMolAngleIter ai) {
|
||||
this(openbabelJNI.new_OBMolAngleIter__SWIG_3(OBMolAngleIter.getCPtr(ai), ai), true);
|
||||
this(openbabelJNI.new_OBMolAngleIter__SWIG_2(OBMolAngleIter.getCPtr(ai), ai), true);
|
||||
}
|
||||
|
||||
public boolean good() {
|
||||
return openbabelJNI.OBMolAngleIter_good(swigCPtr, this);
|
||||
}
|
||||
|
||||
public OBMolAngleIter inc(int arg0) {
|
||||
return new OBMolAngleIter(openbabelJNI.OBMolAngleIter_inc(swigCPtr, this, arg0), true);
|
||||
}
|
||||
|
||||
public vectorUnsignedInt __ref__() {
|
||||
|
||||
Reference in New Issue
Block a user