diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-21 18:48:48 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-21 18:48:48 -0500 |
commit | cd2f49124cbcc849f07eba31efd17936f2004b5b (patch) | |
tree | 9ade8ebc2c95bb524803ea29432018ace1e501b0 /ecrts14/ecrts14.py | |
parent | 86357ae3699829f358511ed478aa354c55332d3a (diff) |
Add pipeline option.
Diffstat (limited to 'ecrts14/ecrts14.py')
-rwxr-xr-x | ecrts14/ecrts14.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecrts14/ecrts14.py b/ecrts14/ecrts14.py index 1be4001..b3a9154 100755 --- a/ecrts14/ecrts14.py +++ b/ecrts14/ecrts14.py | |||
@@ -77,6 +77,7 @@ NAMED_HEIGHT_FACTORS = { | |||
77 | 'uni-short' : [1.0/3.0, 1.0/2.0], | 77 | 'uni-short' : [1.0/3.0, 1.0/2.0], |
78 | 'uni-medium' : [1.0/2.0, 3.0/4.0], | 78 | 'uni-medium' : [1.0/2.0, 3.0/4.0], |
79 | 'uni-tall' : [3.0/4.0, 1.0], | 79 | 'uni-tall' : [3.0/4.0, 1.0], |
80 | 'pipeline' : [1.0, 1.0], | ||
80 | } | 81 | } |
81 | 82 | ||
82 | NAMED_FAN = { | 83 | NAMED_FAN = { |