fixed missing comma in "pre" symlinking list.

This commit is contained in:
Philip Eisenlohr 2013-09-09 14:09:38 +00:00
parent b3463b2ed6
commit f02ee16b3d
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ bin_link = { \
'randomSeeding.py', 'randomSeeding.py',
'geom_fromAng.py', 'geom_fromAng.py',
'geom_fromVPSC.py', 'geom_fromVPSC.py',
'geom_fromEuclideanDistance.py' 'geom_fromEuclideanDistance.py',
'geom_fromMinimalSurface.py', 'geom_fromMinimalSurface.py',
'geom_fromVoronoiTessellation.py', 'geom_fromVoronoiTessellation.py',
'geom_fromOsteonGeometry.py', 'geom_fromOsteonGeometry.py',
@ -31,6 +31,7 @@ bin_link = { \
'geom_translate.py', 'geom_translate.py',
'geom_vicinityOffset.py', 'geom_vicinityOffset.py',
'geom_grainGrowth.py', 'geom_grainGrowth.py',
'geom_poke.py',
], ],
'post' : [ 'post' : [
'3Dvisualize.py', '3Dvisualize.py',