renamed seeds file related scripts in a (hopefully) consistent manner

This commit is contained in:
Philip Eisenlohr 2014-01-23 20:48:33 +00:00
parent eda9076157
commit c9c6588f7c
3 changed files with 5 additions and 4 deletions

View File

@ -16,8 +16,9 @@ bin_link = { \
'mentat_spectralBox.py', 'mentat_spectralBox.py',
'OIMang_hex2cub.py', 'OIMang_hex2cub.py',
'patchFromReconstructedBoundaries.py', 'patchFromReconstructedBoundaries.py',
'randomSeeding.py', 'seeds_fromRandom.py',
'seed_check.py', 'seeds_fromGeom.py',
'seeds_check.py',
'geom_fromAng.py', 'geom_fromAng.py',
'geom_fromVPSC.py', 'geom_fromVPSC.py',
'geom_fromEuclideanDistance.py', 'geom_fromEuclideanDistance.py',

View File

@ -47,8 +47,8 @@ mappings = {
} }
parser = OptionParser(option_class=extendedOption, usage='%prog [geomfile[s]]', description = """ parser = OptionParser(option_class=extendedOption, usage='%prog [seedsfile[s]]', description = """
Produce VTK point mesh from seed file Produce VTK point mesh from seeds file
""" + string.replace(scriptID,'\n','\\n') """ + string.replace(scriptID,'\n','\\n')
) )