mailr25707 - /trunk/user_functions/__init__.py


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

Header


Content

Posted by edward on September 08, 2014 - 20:48:
Author: bugman
Date: Mon Sep  8 20:48:17 2014
New Revision: 25707

URL: http://svn.gna.org/viewcvs/relax?rev=25707&view=rev
Log:
Correction for the noe.read to spectrum.read_intensities user function change.

This is for the translation table used to catch old user function calls.


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=25707&r1=25706&r2=25707&view=diff
==============================================================================
--- trunk/user_functions/__init__.py    (original)
+++ trunk/user_functions/__init__.py    Mon Sep  8 20:48:17 2014
@@ -165,7 +165,7 @@
     'n_state_model.set_domain': 'align_tensor.set_domain',
     'n_state_model.set_type': 'align_tensor.reduction',
     'noe.error': 'spectrum.error_analysis',
-    'noe.read': 'noe.read_restraints',
+    'noe.read': 'spectrum.read_intensities',
     'pcs.centre': 'paramag_centre',
     'pdc.read': 'bruker.read',
     'pipe.list': 'pipe.display',




Related Messages


Powered by MHonArc, Updated Mon Sep 08 21:00:02 2014