mailr18591 - in /trunk/lib/geometry: ./ __init__.py


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

Header


Content

Posted by edward on March 01, 2013 - 23:46:
Author: bugman
Date: Fri Mar  1 23:46:56 2013
New Revision: 18591

URL: http://svn.gna.org/viewcvs/relax?rev=18591&view=rev
Log:
Initialised the lib.geometry package.

This will be a library of all mathematics functions relating to geometry.


Added:
    trunk/lib/geometry/
    trunk/lib/geometry/__init__.py

Added: trunk/lib/geometry/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/geometry/__init__.py?rev=18591&view=auto
==============================================================================
--- trunk/lib/geometry/__init__.py (added)
+++ trunk/lib/geometry/__init__.py Fri Mar  1 23:46:56 2013
@@ -1,0 +1,27 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2013 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
+#                                                                            
 #
+# This program 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 3 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
+#                                                                            
 #
+###############################################################################
+
+# Package docstring.
+"""The relax-lib geometry package - a library of functions for studies of 
geometry."""
+
+__all__ = [
+    ''
+]




Related Messages


Powered by MHonArc, Updated Sat Mar 02 00:00:02 2013