mailr4615 - /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 10, 2008 - 19:32:
Author: bugman
Date: Thu Jan 10 19:32:36 2008
New Revision: 4615

URL: http://svn.gna.org/viewcvs/relax?rev=4615&view=rev
Log:
Fixed a RelaxError message.


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=4615&r1=4614&r2=4615&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Thu Jan 10 19:32:36 
2008
@@ -180,7 +180,7 @@
 
         # The tensor label doesn't exist.
         if not match:
-            raise RelaxNoTensorError, ('diffusion', tensor)
+            raise RelaxNoTensorError, ('alignment', tensor)
 
 
     def set_type(self, tensor=None, red=None):




Related Messages


Powered by MHonArc, Updated Thu Jan 10 19:40:15 2008