mailr7882 - /branches/spectral_errors/prompt/spectrum.py


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

Header


Content

Posted by edward on October 21, 2008 - 16:03:
Author: bugman
Date: Tue Oct 21 16:03:37 2008
New Revision: 7882

URL: http://svn.gna.org/viewcvs/relax?rev=7882&view=rev
Log:
Deleted the prompt.spectrum module.

The prompt.noe module will be renamed to this as its only functions are the 
same as the spectrum
user function class.


Removed:
    branches/spectral_errors/prompt/spectrum.py

Removed: branches/spectral_errors/prompt/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/prompt/spectrum.py?rev=7881&view=auto
==============================================================================
--- branches/spectral_errors/prompt/spectrum.py (original)
+++ branches/spectral_errors/prompt/spectrum.py (removed)
@@ -1,41 +1,0 @@
-###############################################################################
-#                                                                            
 #
-# Copyright (C) 2003-2008 Edward d'Auvergne                                  
 #
-#                                                                            
 #
-# This file is part of the program relax.                                    
 #
-#                                                                            
 #
-# relax is free software; you can redistribute it and/or modify              
 #
-# it under the terms of the GNU General Public License as published by       
 #
-# the Free Software Foundation; either version 2 of the License, or          
 #
-# (at your option) any later version.                                        
 #
-#                                                                            
 #
-# relax is distributed in the hope that it will be useful,                   
 #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
-# GNU General Public License for more details.                               
 #
-#                                                                            
 #
-# You should have received a copy of the GNU General Public License          
 #
-# along with relax; if not, write to the Free Software                       
 #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
-#                                                                            
 #
-###############################################################################
-
-# Python module imports.
-import sys
-
-# relax module imports.
-import help
-from relax_errors import RelaxIntError, RelaxListError, RelaxListStrError, 
RelaxNoneStrError, RelaxStrError
-
-
-class Spectrum:
-    def __init__(self, relax):
-        # Help.
-        self.__relax_help__ = \
-        """Class for holding the preset model functions."""
-
-        # Add the generic help string.
-        self.__relax_help__ = self.__relax_help__ + "\n" + 
help.relax_class_help
-
-        # Place relax in the class namespace.
-        self.__relax__ = relax




Related Messages


Powered by MHonArc, Updated Tue Oct 21 16:20:03 2008