* scripts/*: Cleanups and fixes, including for compilation

problems with Perl. (Derives from some macro expansion for THR.)
This commit is contained in:
Geoffrey Hutchison
2006-12-02 18:56:04 +00:00
parent ebe138c944
commit aa011ebe45
16 changed files with 3847 additions and 1562 deletions
+2 -2
View File
@@ -81,8 +81,8 @@ public class vector3 {
return (cPtr == 0) ? null : new SWIGTYPE_p_double(cPtr, false);
}
public void randomUnitVector(OBRandom oeRand) {
openbabelJNI.vector3_randomUnitVector__SWIG_0(swigCPtr, this, OBRandom.getCPtr(oeRand), oeRand);
public void randomUnitVector(SWIGTYPE_p_OpenBabel__OBRandom oeRand) {
openbabelJNI.vector3_randomUnitVector__SWIG_0(swigCPtr, this, SWIGTYPE_p_OpenBabel__OBRandom.getCPtr(oeRand));
}
public void randomUnitVector() {