mailr5373 - /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 April 07, 2008 - 17:02:
Author: bugman
Date: Mon Apr  7 17:02:13 2008
New Revision: 5373

URL: http://svn.gna.org/viewcvs/relax?rev=5373&view=rev
Log:
Removed the initialisation of the 'atomic_data' structure in cone_pdb() as it 
is no longer used.


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=5373&r1=5372&r2=5373&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Mon Apr  7 17:02:13 2008
@@ -210,9 +210,6 @@
                 raise RelaxError, "The diffusion on a cone model has not yet 
been determined."
         else:
             raise RelaxError, "The cone type " + `cone_type` + " is unknown."
-
-        # Initialise the atom and atomic connections data structures.
-        atomic_data = {}
 
         # The number of increments for the filling of the cone objects.
         inc = 20




Related Messages


Powered by MHonArc, Updated Mon Apr 07 17:20:11 2008