mailr5072 - /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 21, 2008 - 09:40:
Author: bugman
Date: Thu Feb 21 09:40:49 2008
New Revision: 5072

URL: http://svn.gna.org/viewcvs/relax?rev=5072&view=rev
Log:
Updated and fixed the call to generic_fns.structure.cone_edge().


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=5072&r1=5071&r2=5072&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Thu Feb 21 09:40:49 
2008
@@ -221,7 +221,7 @@
             angle = cdp.theta_diff_in_cone
         elif cone_type == 'diff on cone':
             angle = cdp.theta_diff_on_cone
-        generic_fns.structure.cone_edge(atomic_data=atomic_data, 
axis=cdp.rot_CoM/norm(cdp.rot_CoM), angle=angle)
+        generic_fns.structure.cone_edge(atomic_data=atomic_data, 
res_num=res_num, apex=cdp.pivot_point, axis=cdp.rot_CoM/norm(cdp.rot_CoM), 
angle=angle, length=norm(cdp.red_CoM), inc=20)
 
         for key in atomic_data.keys():
             print "\n\n" + `key` + ": \n" + `atomic_data[key]`




Related Messages


Powered by MHonArc, Updated Thu Feb 21 10:00:35 2008