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: <[email protected]>)


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()


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to