mailr27085 - /trunk/lib/structure/internal/coordinates.py


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

Header


Content

Posted by edward on December 11, 2014 - 11:42:
Author: bugman
Date: Thu Dec 11 11:42:40 2014
New Revision: 27085

URL: http://svn.gna.org/viewcvs/relax?rev=27085&view=rev
Log:
Documentation fix for the assemble_coord_array() function.

The return values for 
lib.structure.internal.coordinates.assemble_coord_array() were incorrectly
documented.


Modified:
    trunk/lib/structure/internal/coordinates.py

Modified: trunk/lib/structure/internal/coordinates.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/structure/internal/coordinates.py?rev=27085&r1=27084&r2=27085&view=diff
==============================================================================
--- trunk/lib/structure/internal/coordinates.py (original)
+++ trunk/lib/structure/internal/coordinates.py Thu Dec 11 11:42:40 2014
@@ -39,8 +39,8 @@
     @type molecules:        None or list of lists of str
     @keyword atom_id:       The molecule, residue, and atom identifier 
string of the coordinates of interest.  This matches the spin ID string 
format.
     @type atom_id:          None or str
-    @return:                The array of atomic coordinates (first dimension 
is the model and/or molecule, the second are the atoms, and the third are the 
coordinates); a list of unique IDs for each structural object, model, and 
molecule; the list of element names for each atom (if the elements flag is 
set).
-    @rtype:                 numpy rank-3 float64 array, list of str, list of 
str
+    @return:                The array of atomic coordinates (first dimension 
is the model and/or molecule, the second are the atoms, and the third are the 
coordinates); a list of unique IDs for each structural object, model, and 
molecule; the list of element names for each structural object and each atom 
(if the elements flag is set).
+    @rtype:                 numpy rank-3 float64 array, list of str, list of 
list of str
     """
 
     # Assemble the atomic coordinates of all structures.




Related Messages


Powered by MHonArc, Updated Thu Dec 11 12:00:03 2014