mailr5073 - in /branches/N_state_model: ./ generic_fns/structure.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:41:
Author: bugman
Date: Thu Feb 21 09:41:19 2008
New Revision: 5073

URL: http://svn.gna.org/viewcvs/relax?rev=5073&view=rev
Log:
Merged revisions 5071 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r5071 | bugman | 2008-02-21 09:39:59 +0100 (Thu, 21 Feb 2008) | 3 lines
  
  Fix for the cone_edge() function.  The atom position is now calculated.
........

Modified:
    branches/N_state_model/   (props changed)
    branches/N_state_model/generic_fns/structure.py

Propchange: branches/N_state_model/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: branches/N_state_model/generic_fns/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/generic_fns/structure.py?rev=5073&r1=5072&r2=5073&view=diff
==============================================================================
--- branches/N_state_model/generic_fns/structure.py (original)
+++ branches/N_state_model/generic_fns/structure.py Thu Feb 21 09:41:19 2008
@@ -358,6 +358,9 @@
 
         # The atom id.
         atom_id = 'T' + `i`
+
+        # The atom position.
+        pos = apex+vector*length
 
         # Add the vector as a H atom of the CON residue.
         atom_add(atomic_data=atomic_data, atom_id=atom_id, 
record_name='HETATM', atom_name='H'+`atom_num`, res_name='CON', 
res_num=res_num, pos=pos, element='H')




Related Messages


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