mailr15349 - /branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py


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

Header


Content

Posted by edward on February 21, 2012 - 17:02:
Author: bugman
Date: Tue Feb 21 17:02:10 2012
New Revision: 15349

URL: http://svn.gna.org/viewcvs/relax?rev=15349&view=rev
Log:
Missing import.


Modified:
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py?rev=15349&r1=15348&r2=15349&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/rotor/generate_distribution.py
 Tue Feb 21 17:02:10 2012
@@ -1,6 +1,7 @@
 # Script for generating the distribution of PDB structures.
 
 # Python module imports.
+from math import pi
 from numpy import array, cross, dot, float64, zeros
 from numpy.linalg import norm
 




Related Messages


Powered by MHonArc, Updated Tue Feb 21 17:20:02 2012