Author: bugman
Date: Fri Sep 19 12:08:36 2014
New Revision: 25921

URL: http://svn.gna.org/viewcvs/relax?rev=25921&view=rev
Log:
Change to the position averaging warning in the minimise_setup_atomic_pos() 
frame order function.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py?rev=25921&r1=25920&r2=25921&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py  
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py  
Fri Sep 19 12:08:36 2014
@@ -289,7 +289,7 @@
 
     # Give a warning about the atomic position averaging.
     if verbosity and len(ave_warning_spin_ids):
-        warn(RelaxWarning("Averaging the %s atomic positions for the PCS for 
the spins '%s'." % (ave_warning_num, ave_warning_spin_ids)))
+        warn(RelaxWarning("Averaging the %s atomic positions for the PCS for 
the spins %s." % (ave_warning_num, ave_warning_spin_ids)))
 
     # Convert to numpy objects.
     atomic_pos = array(atomic_pos, float64)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

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

Reply via email to