Author: semor
Date: Mon Jan 12 01:54:56 2009
New Revision: 8399

URL: http://svn.gna.org/viewcvs/relax?rev=8399&view=rev
Log:
Introduced a relaxError when chosing 'r1rho' as experiment type as this won't 
be implemented now.

Efforts will be concentrated on the CPMG code first, then on the R1rho code.


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=8399&r1=8398&r2=8399&view=diff
==============================================================================
--- branches/relax_disp/specific_fns/relax_disp.py (original)
+++ branches/relax_disp/specific_fns/relax_disp.py Mon Jan 12 01:54:56 2009
@@ -543,7 +543,8 @@
 
         # R1rho relaxation dispersion experiments.
         elif exp == 'r1rho':
-            print "R1rho relaxation dispersion experiments."
+            #print "R1rho relaxation dispersion experiments."
+            raise RelaxError, "R1rho relaxation dispersion experiments have 
not been implemented yet."
 
         # Invalid relaxation dispersion experiment.
         else:


_______________________________________________
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