mailr4907 - /1.3/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 04, 2008 - 16:08:
Author: bugman
Date: Mon Feb  4 16:08:29 2008
New Revision: 4907

URL: http://svn.gna.org/viewcvs/relax?rev=4907&view=rev
Log:
Replaced all 'relax_data_store.pdb[run]' with 'cdp.structure'.


Modified:
    1.3/generic_fns/structure.py

Modified: 1.3/generic_fns/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure.py?rev=4907&r1=4906&r2=4907&view=diff
==============================================================================
--- 1.3/generic_fns/structure.py (original)
+++ 1.3/generic_fns/structure.py Mon Feb  4 16:08:29 2008
@@ -921,10 +921,10 @@
     ################
 
     # File name.
-    relax_data_store.pdb[run].file_name = file_path
+    cdp.structure.file_name = file_path
 
     # Model.
-    relax_data_store.pdb[run].model = model
+    cdp.structure.model = model
 
 
     # Load the structures.




Related Messages


Powered by MHonArc, Updated Mon Feb 04 16:20:10 2008