mailr4968 - /branches/N_state_model/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on February 13, 2008 - 09:33:
Author: bugman
Date: Wed Feb 13 09:33:37 2008
New Revision: 4968

URL: http://svn.gna.org/viewcvs/relax?rev=4968&view=rev
Log:
Added a print out of the pivot point at the end of the 
specific_fns.n_state_model.pivot_point() fn.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4968&r1=4967&r2=4968&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Wed Feb 13 09:33:37 
2008
@@ -563,6 +563,9 @@
         # Set the value.
         cdp.pivot_point = pivot
 
+        # Print out.
+        print "The pivot point of the domain motions is set to: " + `pivot`
+
 
     def return_data_name(self, name, index=False):
         """




Related Messages


Powered by MHonArc, Updated Wed Feb 13 10:00:37 2008