Author: bugman Date: Fri Nov 7 18:58:41 2014 New Revision: 26455 URL: http://svn.gna.org/viewcvs/relax?rev=26455&view=rev Log: Changed the frame_order.quad_int user function argument default to True.
This means that calling the user function without arguments will activate the quadratic integration rather than turning it off. Modified: branches/frame_order_cleanup/user_functions/frame_order.py Modified: branches/frame_order_cleanup/user_functions/frame_order.py URL: http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/frame_order.py?rev=26455&r1=26454&r2=26455&view=diff ============================================================================== --- branches/frame_order_cleanup/user_functions/frame_order.py (original) +++ branches/frame_order_cleanup/user_functions/frame_order.py Fri Nov 7 18:58:41 2014 @@ -254,7 +254,7 @@ uf.title_short = "Quadratic integration." uf.add_keyarg( name = "flag", - default = False, + default = True, py_type = "bool", desc_short = "flag", desc = "The flag with if True will perform high precision numerical integration via the scipy.integrate quad(), dblquad() and tplquad() integration methods rather than the rough quasi-random numerical integration." _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits