mailr9411 - /1.3/specific_fns/frame_order.py


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

Header


Content

Posted by edward on August 28, 2009 - 12:24:
Author: bugman
Date: Fri Aug 28 12:24:03 2009
New Revision: 9411

URL: http://svn.gna.org/viewcvs/relax?rev=9411&view=rev
Log:
Added a check for the unimplemented constraints in the frame order code.


Modified:
    1.3/specific_fns/frame_order.py

Modified: 1.3/specific_fns/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/frame_order.py?rev=9411&r1=9410&r2=9411&view=diff
==============================================================================
--- 1.3/specific_fns/frame_order.py (original)
+++ 1.3/specific_fns/frame_order.py Fri Aug 28 12:24:03 2009
@@ -626,6 +626,10 @@
         # Alias the current data pipe.
         cdp = pipes.get_pipe()
 
+        # Constraints not implemented yet.
+        if constraints:
+            raise RelaxError("Constraints are as of yet not implemented.")
+
         # Isotropic cone model.
         if cdp.model == 'iso cone':
             # The initial parameter vector (the cone axis angles and the 
cone angle).




Related Messages


Powered by MHonArc, Updated Wed Sep 02 21:20:10 2009