mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-02 01:27:55 -05:00
* scripts/*: Cleanups and fixes, including for compilation
problems with Perl. (Derives from some macro expansion for THR.)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user