mailr9086 - /branches/frame_order/specific_fns/setup.py


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

Header


Content

Posted by edward on June 19, 2009 - 10:31:
Author: bugman
Date: Fri Jun 19 10:31:03 2009
New Revision: 9086

URL: http://svn.gna.org/viewcvs/relax?rev=9086&view=rev
Log:
Added the Frame Order type to get_string().


Modified:
    branches/frame_order/specific_fns/setup.py

Modified: branches/frame_order/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order/specific_fns/setup.py?rev=9086&r1=9085&r2=9086&view=diff
==============================================================================
--- branches/frame_order/specific_fns/setup.py (original)
+++ branches/frame_order/specific_fns/setup.py Fri Jun 19 10:31:03 2009
@@ -298,6 +298,10 @@
     if function_type == 'ct':
         return "consistency testing"
 
+    # The Frame Order theories.
+    if function_type == 'frame order':
+        return "Frame Order theories"
+
     # NOE calculation.
     if function_type == 'noe':
         return "NOE calculations"




Related Messages


Powered by MHonArc, Updated Fri Jun 19 11:00:03 2009