Author: bugman
Date: Thu Jan 10 15:57:08 2008
New Revision: 4588

URL: http://svn.gna.org/viewcvs/relax?rev=4588&view=rev
Log:
Removed the empty AlignTensorData.__init__() method and shifted its docstring 
to that of the class.


Modified:
    branches/N_state_model/data/align_tensor.py

Modified: branches/N_state_model/data/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/data/align_tensor.py?rev=4588&r1=4587&r2=4588&view=diff
==============================================================================
--- branches/N_state_model/data/align_tensor.py (original)
+++ branches/N_state_model/data/align_tensor.py Thu Jan 10 15:57:08 2008
@@ -525,9 +525,7 @@
 #################################
 
 class AlignTensorData(Element):
-    def __init__(self):
-        """An empty data container for the alignment tensor elements."""
-
+    """An empty data container for the alignment tensor elements."""
 
     def __setattr__(self, name, value):
         """Function for calculating the parameters, unit vectors, and tensors 
on the fly.


_______________________________________________
relax (http://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