mailr4264 - /1.3/generic_fns/diffusion_tensor.py


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

Header


Content

Posted by edward on January 02, 2008 - 17:38:
Author: bugman
Date: Wed Jan  2 17:38:50 2008
New Revision: 4264

URL: http://svn.gna.org/viewcvs/relax?rev=4264&view=rev
Log:
Removed the RelaxError from generic_fns.diffusion_tensor.return_data_name() 
if there is no match.

This relatively new RelaxError was causing failures all across relax.


Modified:
    1.3/generic_fns/diffusion_tensor.py

Modified: 1.3/generic_fns/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/diffusion_tensor.py?rev=4264&r1=4263&r2=4264&view=diff
==============================================================================
--- 1.3/generic_fns/diffusion_tensor.py (original)
+++ 1.3/generic_fns/diffusion_tensor.py Wed Jan  2 17:38:50 2008
@@ -811,9 +811,6 @@
     if search('phi', name):
         return 'phi'
 
-    # No parameter?
-    raise RelaxUnknownParamError, name
-
 
 def return_eigenvalues(run=None):
     """Function for returning Dx, Dy, and Dz."""




Related Messages


Powered by MHonArc, Updated Wed Jan 02 18:00:18 2008