mailr11493 - /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 12, 2010 - 15:51:
Author: bugman
Date: Thu Aug 12 15:51:09 2010
New Revision: 11493

URL: http://svn.gna.org/viewcvs/relax?rev=11493&view=rev
Log:
Removed the model check from frame_order.ref_domain().


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=11493&r1=11492&r2=11493&view=diff
==============================================================================
--- 1.3/specific_fns/frame_order.py (original)
+++ 1.3/specific_fns/frame_order.py Thu Aug 12 15:51:09 2010
@@ -397,10 +397,6 @@
 
         # Test if the current data pipe exists.
         pipes.test()
-
-        # Test if the model is setup.
-        if not hasattr(cdp, 'model'):
-            raise RelaxNoModelError('Frame order')
 
         # Test if the reference domain exists.
         exists = False




Related Messages


Powered by MHonArc, Updated Thu Aug 12 16:00:02 2010