Author: bugman
Date: Mon Sep 22 10:14:25 2014
New Revision: 25943
URL: http://svn.gna.org/viewcvs/relax?rev=25943&view=rev
Log:
Fixes for the structure.add_atom user function to allow for list of lists for
the atomic position.
This allows different coordinates to be supplied for each model.
Modified:
trunk/user_functions/structure.py
Modified: trunk/user_functions/structure.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=25943&r1=25942&r2=25943&view=diff
==============================================================================
--- trunk/user_functions/structure.py (original)
+++ trunk/user_functions/structure.py Mon Sep 22 10:14:25 2014
@@ -76,9 +76,8 @@
uf.add_keyarg(
name = "pos",
py_type = "float_object",
- dim = 3,
desc_short = "atomic position",
- desc = "The atomic coordinates.",
+ desc = "The atomic coordinates. For specifying different coordinates for
each model of the ensemble, a list of lists can be supplied.",
list_titles = ['X coordinate', 'Y coordinate', 'Z coordinate']
)
uf.add_keyarg(
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits