The command used was:
svn merge -r23202:23201 .
This is part of restoring the SciPy quadratic integration in the frame order target functions.
Although incredibly slow, this will be useful for refining the final results, especially for models
whereby the number of Sobol' points collapses to zero.
.....
r23202 | bugman | 2014-05-16 14:31:11 +0200 (Fri, 16 May 2014) | 6 lines
Changed paths:
M /branches/frame_order_cleanup/lib/frame_order/iso_cone.py
M /branches/frame_order_cleanup/lib/frame_order/iso_cone_torsionless.py
M /branches/frame_order_cleanup/lib/frame_order/matrix_ops.py
M /branches/frame_order_cleanup/lib/frame_order/pseudo_ellipse.py
M /branches/frame_order_cleanup/lib/frame_order/pseudo_ellipse_torsionless.py
M /branches/frame_order_cleanup/lib/frame_order/rotor.py
Deletion of all of the Scipy quadratic integration functions for the PCS in the relax library.
These are no longer used, as they are far too slow. The quasi-random functions have long replaced
these.
.....