Author: bugman
Date: Thu Feb  5 14:27:43 2015
New Revision: 27543

URL: http://svn.gna.org/viewcvs/relax?rev=27543&view=rev
Log:
Added the structure.align user function to the renaming translation table.

This is so relax identifies structure.align user functions in scripts to raise 
an error saying that
the structure.superimpose user function should be used instead.


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=27543&r1=27542&r2=27543&view=diff
==============================================================================
--- trunk/user_functions/__init__.py    (original)
+++ trunk/user_functions/__init__.py    Thu Feb  5 14:27:43 2015
@@ -1,6 +1,6 @@
 ###############################################################################
 #                                                                             #
-# Copyright (C) 2012-2014 Edward d'Auvergne                                   #
+# Copyright (C) 2012-2015 Edward d'Auvergne                                   #
 #                                                                             #
 # This file is part of the program relax (http://www.nmr-relax.com).          #
 #                                                                             #
@@ -180,6 +180,7 @@
     'relax_disp.set_grid_r20_from_min_r2eff': 'relax_disp.r20_from_min_r2eff',
     'relax_fit.mean_and_error': 'spectrum.error_analysis',
     'relax_fit.read': 'spectrum.read_intensities',
+    'structure.align': 'structure.superimpose',
     'structure.vectors': 'interatom.unit_vectors',
     'temperature': 'spectrometer.temperature'
 }


_______________________________________________
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

Reply via email to