mailr9355 - /1.3/prompt/num_types.py


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

Header


Content

Posted by edward on August 21, 2009 - 17:45:
Author: bugman
Date: Fri Aug 21 17:45:36 2009
New Revision: 9355

URL: http://svn.gna.org/viewcvs/relax?rev=9355&view=rev
Log:
Removed the num_types module as this is redundant with the new check module.


Removed:
    1.3/prompt/num_types.py

Removed: 1.3/prompt/num_types.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/num_types.py?rev=9354&view=auto
==============================================================================
--- 1.3/prompt/num_types.py (original)
+++ 1.3/prompt/num_types.py (removed)
@@ -1,32 +1,0 @@
-###############################################################################
-#                                                                            
 #
-# Copyright (C) 2009 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  
 #
-#                                                                            
 #
-###############################################################################
-
-# Module docstring.
-"""Module containing number type lists for argument checks."""
-
-# Python module imports.
-from numpy import int8, int16, int32, int64, float32, float64
-
-
-# The lists.
-int_list = [int, int8, int16, int32]
-float_list = [float, float32, float64]




Related Messages


Powered by MHonArc, Updated Fri Aug 21 18:40:02 2009