[Yt-svn] yt-commit r930 - trunk/yt/extensions/lightcone

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Wed Nov 12 20:33:34 PST 2008


Author: britton
Date: Wed Nov 12 20:33:33 2008
New Revision: 930
URL: http://yt.spacepope.org/changeset/930

Log:
Added author and license information for no particular reason.

No.  That's not true.  Your eyes, they pierce my soul, seeking out the truth.
Matt told me that if I didn't he would kill a kitten.  Then he killed it 
anyway!  He made me watch!



Modified:
   trunk/yt/extensions/lightcone/Common_nVolume.py

Modified: trunk/yt/extensions/lightcone/Common_nVolume.py
==============================================================================
--- trunk/yt/extensions/lightcone/Common_nVolume.py	(original)
+++ trunk/yt/extensions/lightcone/Common_nVolume.py	Wed Nov 12 20:33:33 2008
@@ -1,3 +1,29 @@
+"""
+Function to calculate volume in common between two n-cubes, with optional 
+periodic boundary conditions.
+
+Author: Britton Smith <brittons at origins.colorado.edu>
+Affiliation: CASA/University of CO, Boulder
+Homepage: http://yt.enzotools.org/
+License:
+  Copyright (C) 2008 Britton Smith.  All Rights Reserved.
+
+  This file is part of yt.
+
+  yt 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/>.
+"""
+
 import numpy as na
 
 def commonNVolume(nCube1,nCube2,periodic=None):



More information about the yt-svn mailing list