mailr17295 - /trunk/specific_fns/n_state_model.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on July 23, 2012 - 15:44:
Author: bugman
Date: Mon Jul 23 15:44:47 2012
New Revision: 17295

URL: http://svn.gna.org/viewcvs/relax?rev=17295&view=rev
Log:
Alphabetical ordering of the imports.


Modified:
    trunk/specific_fns/n_state_model.py

Modified: trunk/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_fns/n_state_model.py?rev=17295&r1=17294&r2=17295&view=diff
==============================================================================
--- trunk/specific_fns/n_state_model.py (original)
+++ trunk/specific_fns/n_state_model.py Mon Jul 23 15:44:47 2012
@@ -43,7 +43,7 @@
 from generic_fns.structure.mass import centre_of_mass
 from maths_fns.n_state_model import N_state_opt
 from maths_fns.potential import quad_pot
-from maths_fns.rotation_matrix import two_vect_to_R, euler_to_R_zyz
+from maths_fns.rotation_matrix import euler_to_R_zyz, two_vect_to_R
 from physical_constants import dipolar_constant, g1H, 
return_gyromagnetic_ratio
 from relax_errors import RelaxError, RelaxInfError, RelaxNaNError, 
RelaxNoModelError, RelaxNoValueError, RelaxSpinTypeError
 from relax_io import open_write_file




Related Messages


Powered by MHonArc, Updated Mon Jul 23 16:00:02 2012