renamed seeds file related scripts in a (hopefully) consistent manner
This commit is contained in:
parent
eda9076157
commit
c9c6588f7c
|
@ -16,8 +16,9 @@ bin_link = { \
|
|||
'mentat_spectralBox.py',
|
||||
'OIMang_hex2cub.py',
|
||||
'patchFromReconstructedBoundaries.py',
|
||||
'randomSeeding.py',
|
||||
'seed_check.py',
|
||||
'seeds_fromRandom.py',
|
||||
'seeds_fromGeom.py',
|
||||
'seeds_check.py',
|
||||
'geom_fromAng.py',
|
||||
'geom_fromVPSC.py',
|
||||
'geom_fromEuclideanDistance.py',
|
||||
|
|
|
@ -47,8 +47,8 @@ mappings = {
|
|||
}
|
||||
|
||||
|
||||
parser = OptionParser(option_class=extendedOption, usage='%prog [geomfile[s]]', description = """
|
||||
Produce VTK point mesh from seed file
|
||||
parser = OptionParser(option_class=extendedOption, usage='%prog [seedsfile[s]]', description = """
|
||||
Produce VTK point mesh from seeds file
|
||||
|
||||
""" + string.replace(scriptID,'\n','\\n')
|
||||
)
|
Loading…
Reference in New Issue