https://github.com/geodynamics/citcoms
Revision 0d19c5b922767b8504345e3f019a93b53f0b9917 authored by Eh Tan on 07 August 2004, 03:22:30 UTC, committed by Eh Tan on 07 August 2004, 03:22:30 UTC
1 parent 4927124
Raw File
Tip revision: 0d19c5b922767b8504345e3f019a93b53f0b9917 authored by Eh Tan on 07 August 2004, 03:22:30 UTC
nailed down a big bug. VTInlet was used in creatII, which set temperature bc flag for all interior nodes. TInlet is used now.
Tip revision: 0d19c5b
__init__.py
#!/usr/bin/env python
# 
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 
#  <LicenseText>
# 
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 

def copyright():
    return "CitcomS pyre module: Copyright (c) 1998-2003 California Institute of Technology";


# version
__id__ = "$Id: __init__.py,v 1.2 2003/06/12 18:25:14 tan2 Exp $"

#  End of file 
back to top