aboutsummaryrefslogtreecommitdiffstats
path: root/ecrts14/ecrts14.py
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2014-01-21 18:48:48 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2014-01-21 18:48:48 -0500
commitcd2f49124cbcc849f07eba31efd17936f2004b5b (patch)
tree9ade8ebc2c95bb524803ea29432018ace1e501b0 /ecrts14/ecrts14.py
parent86357ae3699829f358511ed478aa354c55332d3a (diff)
Add pipeline option.
Diffstat (limited to 'ecrts14/ecrts14.py')
-rwxr-xr-xecrts14/ecrts14.py1
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
82NAMED_FAN = { 83NAMED_FAN = {