mailr28178 - /trunk/user_functions/__init__.py


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

Header


Content

Posted by tlinnet on April 02, 2016 - 13:49:
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'
 }




Related Messages


Powered by MHonArc, Updated Sat Apr 02 14:20:07 2016