mailr5068 - in /branches/N_state_model: ./ maths_fns/rotation_matrix.py


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

Header


Content

Posted by edward on February 21, 2008 - 09:21:
Author: bugman
Date: Thu Feb 21 09:21:45 2008
New Revision: 5068

URL: http://svn.gna.org/viewcvs/relax?rev=5068&view=rev
Log:
Merged revisions 5067 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r5067 | bugman | 2008-02-21 09:21:22 +0100 (Thu, 21 Feb 2008) | 3 lines
  
  Added a missing numpy import.
........

Modified:
    branches/N_state_model/   (props changed)
    branches/N_state_model/maths_fns/rotation_matrix.py

Propchange: branches/N_state_model/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: branches/N_state_model/maths_fns/rotation_matrix.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/maths_fns/rotation_matrix.py?rev=5068&r1=5067&r2=5068&view=diff
==============================================================================
--- branches/N_state_model/maths_fns/rotation_matrix.py (original)
+++ branches/N_state_model/maths_fns/rotation_matrix.py Thu Feb 21 09:21:45 
2008
@@ -21,7 +21,7 @@
 
###############################################################################
 
 # Python module imports.
-from numpy import cross, dot
+from numpy import cross, dot, norm
 from math import acos, cos, sin
 
 




Related Messages


Powered by MHonArc, Updated Thu Feb 21 09:40:43 2008