mailr13163 - /branches/xyz/generic_fns/structure/internal.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by hasu on June 22, 2011 - 16:15:
Author: han87
Date: Wed Jun 22 16:15:11 2011
New Revision: 13163

URL: http://svn.gna.org/viewcvs/relax?rev=13163&view=rev
Log:
Debugging the user function fill_object_from_xyz()..

In the user function fill_object_from_xyz() in 
generic_fns/structure/internal.py the initialisation of the atom number was 
changed from 0 to 1. 

Modified:
    branches/xyz/generic_fns/structure/internal.py

Modified: branches/xyz/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/xyz/generic_fns/structure/internal.py?rev=13163&r1=13162&r2=13163&view=diff
==============================================================================
--- branches/xyz/generic_fns/structure/internal.py (original)
+++ branches/xyz/generic_fns/structure/internal.py Wed Jun 22 16:15:11 2011
@@ -1646,7 +1646,7 @@
         """
 
         # initialisation for atom number
-        atom_number = 0
+        atom_number = 1
  
         # Loop over the records.
         for record in records:




Related Messages


Powered by MHonArc, Updated Wed Jun 22 16:20:02 2011