mailr5049 - 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 20, 2008 - 14:40:
Author: bugman
Date: Wed Feb 20 14:40:15 2008
New Revision: 5049

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

........
  r5047 | bugman | 2008-02-20 14:39:00 +0100 (Wed, 20 Feb 2008) | 5 lines
  
  Bug fix for the generate_vector_residues() function.
  
  The variable 'pdb_vect' no longer exists.
........

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=5049&r1=5048&r2=5049&view=diff
==============================================================================
--- branches/N_state_model/generic_fns/structure.py (original)
+++ branches/N_state_model/generic_fns/structure.py Wed Feb 20 14:40:15 2008
@@ -739,7 +739,7 @@
         atom_add(atomic_data=atomic_data, atom_id='vect neg 
label'+atom_id_ext, record_name='HETATM', atom_name=atom_name, 
res_name=res_name_vect, chain_id=chain_id, res_num=res_num, 
pos=origin-label_placement*vector*scale, element='N')
 
     # Print out.
-    print "    " + atom_name + " vector (scaled + shifted to origin): " + 
`pdb_vect`
+    print "    " + atom_name + " vector (scaled + shifted to origin): " + 
`origin+vector*scale`
     print "    Creating the MC simulation vectors."
 
     # Monte Carlo simulations.




Related Messages


Powered by MHonArc, Updated Wed Feb 20 15:00:39 2008