mailr4756 - /branches/N_state_model/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 January 15, 2008 - 15:43:
Author: bugman
Date: Tue Jan 15 15:43:34 2008
New Revision: 4756

URL: http://svn.gna.org/viewcvs/relax?rev=4756&view=rev
Log:
Added the missing import of math.pi.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4756&r1=4755&r2=4756&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Tue Jan 15 15:43:34 
2008
@@ -21,6 +21,7 @@
 
###############################################################################
 
 # Python module imports.
+from math import pi
 from numpy import array, float64, zeros
 from re import search
 




Related Messages


Powered by MHonArc, Updated Tue Jan 15 16:00:12 2008