mailr19365 - /branches/relax_disp/target_functions/relax_disp.py


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

Header


Content

Posted by edward on April 04, 2013 - 16:36:
Author: bugman
Date: Thu Apr  4 16:36:33 2013
New Revision: 19365

URL: http://svn.gna.org/viewcvs/relax?rev=19365&view=rev
Log:
Missing import in the target_functions.relax_disp module.


Modified:
    branches/relax_disp/target_functions/relax_disp.py

Modified: branches/relax_disp/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/target_functions/relax_disp.py?rev=19365&r1=19364&r2=19365&view=diff
==============================================================================
--- branches/relax_disp/target_functions/relax_disp.py (original)
+++ branches/relax_disp/target_functions/relax_disp.py Thu Apr  4 16:36:33 
2013
@@ -24,7 +24,7 @@
 """Target functions for relaxation dispersion."""
 
 # Python module imports.
-from numpy import float64, zeros
+from numpy import dot, float64, zeros
 
 # relax module imports.
 from lib.dispersion.equations import fast_2site




Related Messages


Powered by MHonArc, Updated Thu Apr 04 17:00:02 2013