mailr10949 - /1.3/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 March 09, 2010 - 11:06:
Author: bugman
Date: Tue Mar  9 11:06:06 2010
New Revision: 10949

URL: http://svn.gna.org/viewcvs/relax?rev=10949&view=rev
Log:
Bug fix for the N-state model cone PDB creation _cone_pdb() method.

The internal structural API had changed.  structure.add_struct() is now called
structure.add_molecule().


Modified:
    1.3/specific_fns/n_state_model.py

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=10949&r1=10948&r2=10949&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Tue Mar  9 11:06:06 2010
@@ -386,7 +386,7 @@
         structure = Internal()
 
         # Add a structure.
-        structure.add_struct(name='cone')
+        structure.add_molecule(name='cone')
 
         # Alias the single molecule from the single model.
         mol = structure.structural_data[0].mol[0]




Related Messages


Powered by MHonArc, Updated Tue Mar 09 11:20:04 2010