mailr27543 - /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 February 05, 2015 - 14:27:
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'
 }




Related Messages


Powered by MHonArc, Updated Thu Feb 05 15:00:03 2015