mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-01 00:58:00 -05:00
* scripts/: Regenerated files based on Noel's changes today.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* ----------------------------------------------------------------------------
|
||||
* This file was automatically generated by SWIG (http://www.swig.org).
|
||||
* Version 1.3.30
|
||||
* Version 1.3.31
|
||||
*
|
||||
* Do not make changes to this file unless you know what you are doing--modify
|
||||
* the SWIG interface file instead.
|
||||
@@ -44,8 +44,8 @@ public class OBMolAngleIter {
|
||||
this(openbabelJNI.new_OBMolAngleIter__SWIG_3(OBMolAngleIter.getCPtr(ai), ai), true);
|
||||
}
|
||||
|
||||
public SWIGTYPE_p_std__vectorTunsigned_int_t __ref__() {
|
||||
return new SWIGTYPE_p_std__vectorTunsigned_int_t(openbabelJNI.OBMolAngleIter___ref__(swigCPtr, this), true);
|
||||
public vectorUnsignedInt __ref__() {
|
||||
return new vectorUnsignedInt(openbabelJNI.OBMolAngleIter___ref__(swigCPtr, this), true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user