mailr5082 - /branches/N_state_model/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 - 10:15:
Author: bugman
Date: Thu Feb 21 10:15:27 2008
New Revision: 5082

URL: http://svn.gna.org/viewcvs/relax?rev=5082&view=rev
Log:
Modified some debugging printouts.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=5082&r1=5081&r2=5082&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Thu Feb 21 10:15:27 
2008
@@ -243,7 +243,7 @@
         pdb_file.close()
 
         for key in atomic_data.keys():
-            print "\n\n" + `key` + ": \n" + `atomic_data[key]`
+            print `key` + ":\t" + `atomic_data[key]`
 
 
     def default_value(self, param):




Related Messages


Powered by MHonArc, Updated Thu Feb 21 10:20:58 2008