mailr15140 - /branches/frame_order_testing/prompt/align_tensor.py


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

Header


Content

Posted by edward on January 04, 2012 - 11:15:
Author: bugman
Date: Wed Jan  4 11:15:40 2012
New Revision: 15140

URL: http://svn.gna.org/viewcvs/relax?rev=15140&view=rev
Log:
Fix for the align_id check label in the align_tensor.init user function.


Modified:
    branches/frame_order_testing/prompt/align_tensor.py

Modified: branches/frame_order_testing/prompt/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/prompt/align_tensor.py?rev=15140&r1=15139&r2=15140&view=diff
==============================================================================
--- branches/frame_order_testing/prompt/align_tensor.py (original)
+++ branches/frame_order_testing/prompt/align_tensor.py Wed Jan  4 11:15:40 
2012
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2007-2011 Edward d'Auvergne                                  
 #
+# Copyright (C) 2007-2012 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -205,7 +205,7 @@
         arg_check.is_float(scale, 'scale')
         arg_check.is_str(angle_units, 'angle units')
         arg_check.is_int(param_types, 'parameter types')
-        arg_check.is_str(align_id, 'errors flag', can_be_none=True)
+        arg_check.is_str(align_id, 'alignment ID string', can_be_none=True)
         arg_check.is_str(domain, 'domain', can_be_none=True)
         arg_check.is_bool(errors, 'errors flag')
 




Related Messages


Powered by MHonArc, Updated Wed Jan 04 11:20:01 2012