mailr7213 - /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 August 20, 2008 - 21:18:
Author: bugman
Date: Wed Aug 20 20:29:22 2008
New Revision: 7213

URL: http://svn.gna.org/viewcvs/relax?rev=7213&view=rev
Log:
Fixed a call to the structural PDB writer.


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=7213&r1=7212&r2=7213&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Wed Aug 20 20:29:22 2008
@@ -249,7 +249,7 @@
         # Create the PDB file.
         print "\nGenerating the PDB file."
         pdb_file = open_write_file(file, dir, force=force)
-        structure.write_pdb_file(pdb_file)
+        structure.write_pdb(pdb_file)
         pdb_file.close()
 
 




Related Messages


Powered by MHonArc, Updated Wed Aug 20 22:20:19 2008