You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
158 B
9 lines
158 B
param x;
|
|
param y;
|
|
toplevel "SF";
|
|
"SF" or "FW" "BW";
|
|
"FW" wsp "W1" "WS";
|
|
"BW" wsp "W2" "WS";
|
|
"W1" lambda=x dorm=0;
|
|
"W2" lambda=1 dorm=0;
|
|
"WS" lambda=y dorm=0;
|