Author: tlinnet
Date: Sat Apr  2 13:49:45 2016
New Revision: 28178

URL: http://svn.gna.org/viewcvs/relax?rev=28178&view=rev
Log:
Adding a userfunction translation for:
    'sys_info': 'system.sys_info',
    'time': 'system.time'

This is to cathc the new naming of these functions.

Modified:
    trunk/user_functions/__init__.py

Modified: trunk/user_functions/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/__init__.py?rev=28178&r1=28177&r2=28178&view=diff
==============================================================================
--- trunk/user_functions/__init__.py    (original)
+++ trunk/user_functions/__init__.py    Sat Apr  2 13:49:45 2016
@@ -184,5 +184,7 @@
     'relax_fit.read': 'spectrum.read_intensities',
     'structure.align': 'structure.superimpose',
     'structure.vectors': 'interatom.unit_vectors',
-    'temperature': 'spectrometer.temperature'
+    'sys_info': 'system.sys_info',
+    'temperature': 'spectrometer.temperature',
+    'time': 'system.time'
 }


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

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

Reply via email to