mailr5098 - /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 February 21, 2008 - 12:28:
Author: bugman
Date: Thu Feb 21 12:28:08 2008
New Revision: 5098

URL: http://svn.gna.org/viewcvs/relax?rev=5098&view=rev
Log:
Removal of a few comments.


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=5098&r1=5097&r2=5098&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Thu Feb 21 12:28:08 2008
@@ -235,18 +235,9 @@
         generic_fns.structure.terminate(atomic_data=atomic_data, 
res_num=res_num)
 
         # Create the PDB file.
-        ######################
-
-        # Print out.
         print "\nGenerating the PDB file."
-
-        # Open the PDB file for writing.
         pdb_file = open_write_file(file, dir, force=force)
-
-        # Write the data.
         generic_fns.structure.write_pdb_file(atomic_data, pdb_file)
-
-        # Close the file.
         pdb_file.close()
 
 




Related Messages


Powered by MHonArc, Updated Thu Feb 21 12:40:37 2008