* scripts/: Regenerated files based on Noel's changes today.

This commit is contained in:
Geoffrey Hutchison
2006-12-13 19:43:43 +00:00
parent 59c8e05d72
commit b47b3c689d
128 changed files with 8145 additions and 5460 deletions
+3 -3
View File
@@ -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);
}
}