added description and $ID$

This commit is contained in:
Philip Eisenlohr 2011-01-19 15:14:05 +00:00
parent 581955f68d
commit 5990d94ca3
1 changed files with 5 additions and 1 deletions

View File

@ -165,7 +165,11 @@ def initial_conditions(N,data):
# ----------------------- MAIN -------------------------------
parser = OptionParser()
parser = OptionParser(usage='%prog [options] spectral.datafile', description = """
Generate FE hexahedral mesh from spectral description file of format: phi1,Phi,phi2,x,y,z,id,phase.
$Id$
""")
parser.add_option("-p", "--port", type="int",\
dest="port",\
help="Mentat connection port")