mailr8417 - /branches/relax_disp/specific_fns/relax_disp.py


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

Header


Content

Posted by sebastien . morin . 1 on January 12, 2009 - 14:42:
Author: semor
Date: Mon Jan 12 14:42:33 2009
New Revision: 8417

URL: http://svn.gna.org/viewcvs/relax?rev=8417&view=rev
Log:
Made a few corrections proposed by Ed in a post at:
https://mail.gna.org/public/relax-devel/2009-01/msg00066.html
(Message-id: <7f080ed10901120532h736892bbmd03483b4decadf39@xxxxxxxxxxxxxx>)


Modified:
    branches/relax_disp/specific_fns/relax_disp.py

Modified: branches/relax_disp/specific_fns/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_fns/relax_disp.py?rev=8417&r1=8416&r2=8417&view=diff
==============================================================================
--- branches/relax_disp/specific_fns/relax_disp.py (original)
+++ branches/relax_disp/specific_fns/relax_disp.py Mon Jan 12 14:42:33 2009
@@ -246,7 +246,7 @@
         """
 
         # Test if the current data pipe exists.
-        pipes.test
+        pipes.test()
 
         # Alias the current data pipe.
         cdp = pipes.get_pipe()
@@ -266,7 +266,7 @@
 
         # Make sure the experiment type is set to 'cpmg'.
         if not cdp.exp_type == 'cpmg':
-            raise RelaxError, "To use the function cpmg_delay(), the 
experiment type must be set to 'cpmg'."
+            raise RelaxError, "To use this user function, the experiment 
type must be set to 'cpmg'."
 
         # Test the CPMG constant time delay (T) has not already been set.
         if cdp.delayT.has_key(id):
@@ -540,7 +540,7 @@
         """
 
         # Test if the current pipe exists.
-        pipes.test
+        pipes.test()
 
         # Get the current data pipe.
         cdp = pipes.get_pipe()




Related Messages


Powered by MHonArc, Updated Mon Jan 12 15:20:04 2009