decc_2050_model 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ require 'ffi'
2
2
 
3
3
  module Decc2050Model
4
4
  extend FFI::Library
5
- ffi_lib File.join(File.dirname(__FILE__),FFI.map_library_name('decc_2050_model'))
5
+ ffi_lib File.join(File.dirname(__FILE__),FFI.map_library_name('decc_2050_model'))
6
6
  ExcelType = enum :ExcelEmpty, :ExcelNumber, :ExcelString, :ExcelBoolean, :ExcelError, :ExcelRange
7
7
 
8
8
  class ExcelValue < FFI::Struct
@@ -24,6 +24,9 @@ module Decc2050Model
24
24
  attach_function 'set_control_e5', [ExcelValue.by_value], :void
25
25
  attach_function 'set_control_f5', [ExcelValue.by_value], :void
26
26
  attach_function 'set_control_h5', [ExcelValue.by_value], :void
27
+ attach_function 'set_control_i5', [ExcelValue.by_value], :void
28
+ attach_function 'set_control_j5', [ExcelValue.by_value], :void
29
+ attach_function 'set_control_k5', [ExcelValue.by_value], :void
27
30
  attach_function 'set_control_bp5', [ExcelValue.by_value], :void
28
31
  attach_function 'set_control_bq5', [ExcelValue.by_value], :void
29
32
  attach_function 'set_control_br5', [ExcelValue.by_value], :void
@@ -33,6 +36,9 @@ module Decc2050Model
33
36
  attach_function 'set_control_e7', [ExcelValue.by_value], :void
34
37
  attach_function 'set_control_f7', [ExcelValue.by_value], :void
35
38
  attach_function 'set_control_h7', [ExcelValue.by_value], :void
39
+ attach_function 'set_control_i7', [ExcelValue.by_value], :void
40
+ attach_function 'set_control_j7', [ExcelValue.by_value], :void
41
+ attach_function 'set_control_k7', [ExcelValue.by_value], :void
36
42
  attach_function 'set_control_bp7', [ExcelValue.by_value], :void
37
43
  attach_function 'set_control_bq7', [ExcelValue.by_value], :void
38
44
  attach_function 'set_control_br7', [ExcelValue.by_value], :void
@@ -41,6 +47,9 @@ module Decc2050Model
41
47
  attach_function 'set_control_e8', [ExcelValue.by_value], :void
42
48
  attach_function 'set_control_f8', [ExcelValue.by_value], :void
43
49
  attach_function 'set_control_h8', [ExcelValue.by_value], :void
50
+ attach_function 'set_control_i8', [ExcelValue.by_value], :void
51
+ attach_function 'set_control_j8', [ExcelValue.by_value], :void
52
+ attach_function 'set_control_k8', [ExcelValue.by_value], :void
44
53
  attach_function 'set_control_bp8', [ExcelValue.by_value], :void
45
54
  attach_function 'set_control_bq8', [ExcelValue.by_value], :void
46
55
  attach_function 'set_control_br8', [ExcelValue.by_value], :void
@@ -49,6 +58,9 @@ module Decc2050Model
49
58
  attach_function 'set_control_e9', [ExcelValue.by_value], :void
50
59
  attach_function 'set_control_f9', [ExcelValue.by_value], :void
51
60
  attach_function 'set_control_h9', [ExcelValue.by_value], :void
61
+ attach_function 'set_control_i9', [ExcelValue.by_value], :void
62
+ attach_function 'set_control_j9', [ExcelValue.by_value], :void
63
+ attach_function 'set_control_k9', [ExcelValue.by_value], :void
52
64
  attach_function 'set_control_bp9', [ExcelValue.by_value], :void
53
65
  attach_function 'set_control_bq9', [ExcelValue.by_value], :void
54
66
  attach_function 'set_control_br9', [ExcelValue.by_value], :void
@@ -57,6 +69,9 @@ module Decc2050Model
57
69
  attach_function 'set_control_e10', [ExcelValue.by_value], :void
58
70
  attach_function 'set_control_f10', [ExcelValue.by_value], :void
59
71
  attach_function 'set_control_h10', [ExcelValue.by_value], :void
72
+ attach_function 'set_control_i10', [ExcelValue.by_value], :void
73
+ attach_function 'set_control_j10', [ExcelValue.by_value], :void
74
+ attach_function 'set_control_k10', [ExcelValue.by_value], :void
60
75
  attach_function 'set_control_bp10', [ExcelValue.by_value], :void
61
76
  attach_function 'set_control_bq10', [ExcelValue.by_value], :void
62
77
  attach_function 'set_control_br10', [ExcelValue.by_value], :void
@@ -65,6 +80,9 @@ module Decc2050Model
65
80
  attach_function 'set_control_e11', [ExcelValue.by_value], :void
66
81
  attach_function 'set_control_f11', [ExcelValue.by_value], :void
67
82
  attach_function 'set_control_h11', [ExcelValue.by_value], :void
83
+ attach_function 'set_control_i11', [ExcelValue.by_value], :void
84
+ attach_function 'set_control_j11', [ExcelValue.by_value], :void
85
+ attach_function 'set_control_k11', [ExcelValue.by_value], :void
68
86
  attach_function 'set_control_bp11', [ExcelValue.by_value], :void
69
87
  attach_function 'set_control_bq11', [ExcelValue.by_value], :void
70
88
  attach_function 'set_control_br11', [ExcelValue.by_value], :void
@@ -73,6 +91,9 @@ module Decc2050Model
73
91
  attach_function 'set_control_e12', [ExcelValue.by_value], :void
74
92
  attach_function 'set_control_f12', [ExcelValue.by_value], :void
75
93
  attach_function 'set_control_h12', [ExcelValue.by_value], :void
94
+ attach_function 'set_control_i12', [ExcelValue.by_value], :void
95
+ attach_function 'set_control_j12', [ExcelValue.by_value], :void
96
+ attach_function 'set_control_k12', [ExcelValue.by_value], :void
76
97
  attach_function 'set_control_bp12', [ExcelValue.by_value], :void
77
98
  attach_function 'set_control_bq12', [ExcelValue.by_value], :void
78
99
  attach_function 'set_control_br12', [ExcelValue.by_value], :void
@@ -81,6 +102,9 @@ module Decc2050Model
81
102
  attach_function 'set_control_e13', [ExcelValue.by_value], :void
82
103
  attach_function 'set_control_f13', [ExcelValue.by_value], :void
83
104
  attach_function 'set_control_h13', [ExcelValue.by_value], :void
105
+ attach_function 'set_control_i13', [ExcelValue.by_value], :void
106
+ attach_function 'set_control_j13', [ExcelValue.by_value], :void
107
+ attach_function 'set_control_k13', [ExcelValue.by_value], :void
84
108
  attach_function 'set_control_bp13', [ExcelValue.by_value], :void
85
109
  attach_function 'set_control_bq13', [ExcelValue.by_value], :void
86
110
  attach_function 'set_control_br13', [ExcelValue.by_value], :void
@@ -89,6 +113,9 @@ module Decc2050Model
89
113
  attach_function 'set_control_e14', [ExcelValue.by_value], :void
90
114
  attach_function 'set_control_f14', [ExcelValue.by_value], :void
91
115
  attach_function 'set_control_h14', [ExcelValue.by_value], :void
116
+ attach_function 'set_control_i14', [ExcelValue.by_value], :void
117
+ attach_function 'set_control_j14', [ExcelValue.by_value], :void
118
+ attach_function 'set_control_k14', [ExcelValue.by_value], :void
92
119
  attach_function 'set_control_bp14', [ExcelValue.by_value], :void
93
120
  attach_function 'set_control_bq14', [ExcelValue.by_value], :void
94
121
  attach_function 'set_control_br14', [ExcelValue.by_value], :void
@@ -97,6 +124,9 @@ module Decc2050Model
97
124
  attach_function 'set_control_e15', [ExcelValue.by_value], :void
98
125
  attach_function 'set_control_f15', [ExcelValue.by_value], :void
99
126
  attach_function 'set_control_h15', [ExcelValue.by_value], :void
127
+ attach_function 'set_control_i15', [ExcelValue.by_value], :void
128
+ attach_function 'set_control_j15', [ExcelValue.by_value], :void
129
+ attach_function 'set_control_k15', [ExcelValue.by_value], :void
100
130
  attach_function 'set_control_bp15', [ExcelValue.by_value], :void
101
131
  attach_function 'set_control_bq15', [ExcelValue.by_value], :void
102
132
  attach_function 'set_control_br15', [ExcelValue.by_value], :void
@@ -105,6 +135,9 @@ module Decc2050Model
105
135
  attach_function 'set_control_e16', [ExcelValue.by_value], :void
106
136
  attach_function 'set_control_f16', [ExcelValue.by_value], :void
107
137
  attach_function 'set_control_h16', [ExcelValue.by_value], :void
138
+ attach_function 'set_control_i16', [ExcelValue.by_value], :void
139
+ attach_function 'set_control_j16', [ExcelValue.by_value], :void
140
+ attach_function 'set_control_k16', [ExcelValue.by_value], :void
108
141
  attach_function 'set_control_bp16', [ExcelValue.by_value], :void
109
142
  attach_function 'set_control_bq16', [ExcelValue.by_value], :void
110
143
  attach_function 'set_control_br16', [ExcelValue.by_value], :void
@@ -113,6 +146,9 @@ module Decc2050Model
113
146
  attach_function 'set_control_e17', [ExcelValue.by_value], :void
114
147
  attach_function 'set_control_f17', [ExcelValue.by_value], :void
115
148
  attach_function 'set_control_h17', [ExcelValue.by_value], :void
149
+ attach_function 'set_control_i17', [ExcelValue.by_value], :void
150
+ attach_function 'set_control_j17', [ExcelValue.by_value], :void
151
+ attach_function 'set_control_k17', [ExcelValue.by_value], :void
116
152
  attach_function 'set_control_bp17', [ExcelValue.by_value], :void
117
153
  attach_function 'set_control_bq17', [ExcelValue.by_value], :void
118
154
  attach_function 'set_control_br17', [ExcelValue.by_value], :void
@@ -121,6 +157,9 @@ module Decc2050Model
121
157
  attach_function 'set_control_e18', [ExcelValue.by_value], :void
122
158
  attach_function 'set_control_f18', [ExcelValue.by_value], :void
123
159
  attach_function 'set_control_h18', [ExcelValue.by_value], :void
160
+ attach_function 'set_control_i18', [ExcelValue.by_value], :void
161
+ attach_function 'set_control_j18', [ExcelValue.by_value], :void
162
+ attach_function 'set_control_k18', [ExcelValue.by_value], :void
124
163
  attach_function 'set_control_bp18', [ExcelValue.by_value], :void
125
164
  attach_function 'set_control_bq18', [ExcelValue.by_value], :void
126
165
  attach_function 'set_control_br18', [ExcelValue.by_value], :void
@@ -129,6 +168,9 @@ module Decc2050Model
129
168
  attach_function 'set_control_e19', [ExcelValue.by_value], :void
130
169
  attach_function 'set_control_f19', [ExcelValue.by_value], :void
131
170
  attach_function 'set_control_h19', [ExcelValue.by_value], :void
171
+ attach_function 'set_control_i19', [ExcelValue.by_value], :void
172
+ attach_function 'set_control_j19', [ExcelValue.by_value], :void
173
+ attach_function 'set_control_k19', [ExcelValue.by_value], :void
132
174
  attach_function 'set_control_bp19', [ExcelValue.by_value], :void
133
175
  attach_function 'set_control_bq19', [ExcelValue.by_value], :void
134
176
  attach_function 'set_control_br19', [ExcelValue.by_value], :void
@@ -137,6 +179,9 @@ module Decc2050Model
137
179
  attach_function 'set_control_e20', [ExcelValue.by_value], :void
138
180
  attach_function 'set_control_f20', [ExcelValue.by_value], :void
139
181
  attach_function 'set_control_h20', [ExcelValue.by_value], :void
182
+ attach_function 'set_control_i20', [ExcelValue.by_value], :void
183
+ attach_function 'set_control_j20', [ExcelValue.by_value], :void
184
+ attach_function 'set_control_k20', [ExcelValue.by_value], :void
140
185
  attach_function 'set_control_bp20', [ExcelValue.by_value], :void
141
186
  attach_function 'set_control_bq20', [ExcelValue.by_value], :void
142
187
  attach_function 'set_control_br20', [ExcelValue.by_value], :void
@@ -146,6 +191,9 @@ module Decc2050Model
146
191
  attach_function 'set_control_e22', [ExcelValue.by_value], :void
147
192
  attach_function 'set_control_f22', [ExcelValue.by_value], :void
148
193
  attach_function 'set_control_h22', [ExcelValue.by_value], :void
194
+ attach_function 'set_control_i22', [ExcelValue.by_value], :void
195
+ attach_function 'set_control_j22', [ExcelValue.by_value], :void
196
+ attach_function 'set_control_k22', [ExcelValue.by_value], :void
149
197
  attach_function 'set_control_bp22', [ExcelValue.by_value], :void
150
198
  attach_function 'set_control_bq22', [ExcelValue.by_value], :void
151
199
  attach_function 'set_control_br22', [ExcelValue.by_value], :void
@@ -154,6 +202,9 @@ module Decc2050Model
154
202
  attach_function 'set_control_e23', [ExcelValue.by_value], :void
155
203
  attach_function 'set_control_f23', [ExcelValue.by_value], :void
156
204
  attach_function 'set_control_h23', [ExcelValue.by_value], :void
205
+ attach_function 'set_control_i23', [ExcelValue.by_value], :void
206
+ attach_function 'set_control_j23', [ExcelValue.by_value], :void
207
+ attach_function 'set_control_k23', [ExcelValue.by_value], :void
157
208
  attach_function 'set_control_bp23', [ExcelValue.by_value], :void
158
209
  attach_function 'set_control_bq23', [ExcelValue.by_value], :void
159
210
  attach_function 'set_control_br23', [ExcelValue.by_value], :void
@@ -162,6 +213,9 @@ module Decc2050Model
162
213
  attach_function 'set_control_e24', [ExcelValue.by_value], :void
163
214
  attach_function 'set_control_f24', [ExcelValue.by_value], :void
164
215
  attach_function 'set_control_h24', [ExcelValue.by_value], :void
216
+ attach_function 'set_control_i24', [ExcelValue.by_value], :void
217
+ attach_function 'set_control_j24', [ExcelValue.by_value], :void
218
+ attach_function 'set_control_k24', [ExcelValue.by_value], :void
165
219
  attach_function 'set_control_bp24', [ExcelValue.by_value], :void
166
220
  attach_function 'set_control_bq24', [ExcelValue.by_value], :void
167
221
  attach_function 'set_control_br24', [ExcelValue.by_value], :void
@@ -170,6 +224,9 @@ module Decc2050Model
170
224
  attach_function 'set_control_e25', [ExcelValue.by_value], :void
171
225
  attach_function 'set_control_f25', [ExcelValue.by_value], :void
172
226
  attach_function 'set_control_h25', [ExcelValue.by_value], :void
227
+ attach_function 'set_control_i25', [ExcelValue.by_value], :void
228
+ attach_function 'set_control_j25', [ExcelValue.by_value], :void
229
+ attach_function 'set_control_k25', [ExcelValue.by_value], :void
173
230
  attach_function 'set_control_bp25', [ExcelValue.by_value], :void
174
231
  attach_function 'set_control_bq25', [ExcelValue.by_value], :void
175
232
  attach_function 'set_control_br25', [ExcelValue.by_value], :void
@@ -178,6 +235,9 @@ module Decc2050Model
178
235
  attach_function 'set_control_e26', [ExcelValue.by_value], :void
179
236
  attach_function 'set_control_f26', [ExcelValue.by_value], :void
180
237
  attach_function 'set_control_h26', [ExcelValue.by_value], :void
238
+ attach_function 'set_control_i26', [ExcelValue.by_value], :void
239
+ attach_function 'set_control_j26', [ExcelValue.by_value], :void
240
+ attach_function 'set_control_k26', [ExcelValue.by_value], :void
181
241
  attach_function 'set_control_bp26', [ExcelValue.by_value], :void
182
242
  attach_function 'set_control_bq26', [ExcelValue.by_value], :void
183
243
  attach_function 'set_control_br26', [ExcelValue.by_value], :void
@@ -186,6 +246,9 @@ module Decc2050Model
186
246
  attach_function 'set_control_e27', [ExcelValue.by_value], :void
187
247
  attach_function 'set_control_f27', [ExcelValue.by_value], :void
188
248
  attach_function 'set_control_h27', [ExcelValue.by_value], :void
249
+ attach_function 'set_control_i27', [ExcelValue.by_value], :void
250
+ attach_function 'set_control_j27', [ExcelValue.by_value], :void
251
+ attach_function 'set_control_k27', [ExcelValue.by_value], :void
189
252
  attach_function 'set_control_bp27', [ExcelValue.by_value], :void
190
253
  attach_function 'set_control_bq27', [ExcelValue.by_value], :void
191
254
  attach_function 'set_control_br27', [ExcelValue.by_value], :void
@@ -195,6 +258,9 @@ module Decc2050Model
195
258
  attach_function 'set_control_e30', [ExcelValue.by_value], :void
196
259
  attach_function 'set_control_f30', [ExcelValue.by_value], :void
197
260
  attach_function 'set_control_h30', [ExcelValue.by_value], :void
261
+ attach_function 'set_control_i30', [ExcelValue.by_value], :void
262
+ attach_function 'set_control_j30', [ExcelValue.by_value], :void
263
+ attach_function 'set_control_k30', [ExcelValue.by_value], :void
198
264
  attach_function 'set_control_bp30', [ExcelValue.by_value], :void
199
265
  attach_function 'set_control_bq30', [ExcelValue.by_value], :void
200
266
  attach_function 'set_control_br30', [ExcelValue.by_value], :void
@@ -203,6 +269,9 @@ module Decc2050Model
203
269
  attach_function 'set_control_e31', [ExcelValue.by_value], :void
204
270
  attach_function 'set_control_f31', [ExcelValue.by_value], :void
205
271
  attach_function 'set_control_h31', [ExcelValue.by_value], :void
272
+ attach_function 'set_control_i31', [ExcelValue.by_value], :void
273
+ attach_function 'set_control_j31', [ExcelValue.by_value], :void
274
+ attach_function 'set_control_k31', [ExcelValue.by_value], :void
206
275
  attach_function 'set_control_bp31', [ExcelValue.by_value], :void
207
276
  attach_function 'set_control_bq31', [ExcelValue.by_value], :void
208
277
  attach_function 'set_control_br31', [ExcelValue.by_value], :void
@@ -211,6 +280,9 @@ module Decc2050Model
211
280
  attach_function 'set_control_e32', [ExcelValue.by_value], :void
212
281
  attach_function 'set_control_f32', [ExcelValue.by_value], :void
213
282
  attach_function 'set_control_h32', [ExcelValue.by_value], :void
283
+ attach_function 'set_control_i32', [ExcelValue.by_value], :void
284
+ attach_function 'set_control_j32', [ExcelValue.by_value], :void
285
+ attach_function 'set_control_k32', [ExcelValue.by_value], :void
214
286
  attach_function 'set_control_bp32', [ExcelValue.by_value], :void
215
287
  attach_function 'set_control_bq32', [ExcelValue.by_value], :void
216
288
  attach_function 'set_control_br32', [ExcelValue.by_value], :void
@@ -219,6 +291,9 @@ module Decc2050Model
219
291
  attach_function 'set_control_e33', [ExcelValue.by_value], :void
220
292
  attach_function 'set_control_f33', [ExcelValue.by_value], :void
221
293
  attach_function 'set_control_h33', [ExcelValue.by_value], :void
294
+ attach_function 'set_control_i33', [ExcelValue.by_value], :void
295
+ attach_function 'set_control_j33', [ExcelValue.by_value], :void
296
+ attach_function 'set_control_k33', [ExcelValue.by_value], :void
222
297
  attach_function 'set_control_bp33', [ExcelValue.by_value], :void
223
298
  attach_function 'set_control_bq33', [ExcelValue.by_value], :void
224
299
  attach_function 'set_control_br33', [ExcelValue.by_value], :void
@@ -227,6 +302,9 @@ module Decc2050Model
227
302
  attach_function 'set_control_e34', [ExcelValue.by_value], :void
228
303
  attach_function 'set_control_f34', [ExcelValue.by_value], :void
229
304
  attach_function 'set_control_h34', [ExcelValue.by_value], :void
305
+ attach_function 'set_control_i34', [ExcelValue.by_value], :void
306
+ attach_function 'set_control_j34', [ExcelValue.by_value], :void
307
+ attach_function 'set_control_k34', [ExcelValue.by_value], :void
230
308
  attach_function 'set_control_bp34', [ExcelValue.by_value], :void
231
309
  attach_function 'set_control_bq34', [ExcelValue.by_value], :void
232
310
  attach_function 'set_control_br34', [ExcelValue.by_value], :void
@@ -235,6 +313,9 @@ module Decc2050Model
235
313
  attach_function 'set_control_e35', [ExcelValue.by_value], :void
236
314
  attach_function 'set_control_f35', [ExcelValue.by_value], :void
237
315
  attach_function 'set_control_h35', [ExcelValue.by_value], :void
316
+ attach_function 'set_control_i35', [ExcelValue.by_value], :void
317
+ attach_function 'set_control_j35', [ExcelValue.by_value], :void
318
+ attach_function 'set_control_k35', [ExcelValue.by_value], :void
238
319
  attach_function 'set_control_bp35', [ExcelValue.by_value], :void
239
320
  attach_function 'set_control_bq35', [ExcelValue.by_value], :void
240
321
  attach_function 'set_control_br35', [ExcelValue.by_value], :void
@@ -244,6 +325,9 @@ module Decc2050Model
244
325
  attach_function 'set_control_e37', [ExcelValue.by_value], :void
245
326
  attach_function 'set_control_f37', [ExcelValue.by_value], :void
246
327
  attach_function 'set_control_h37', [ExcelValue.by_value], :void
328
+ attach_function 'set_control_i37', [ExcelValue.by_value], :void
329
+ attach_function 'set_control_j37', [ExcelValue.by_value], :void
330
+ attach_function 'set_control_k37', [ExcelValue.by_value], :void
247
331
  attach_function 'set_control_bp37', [ExcelValue.by_value], :void
248
332
  attach_function 'set_control_bq37', [ExcelValue.by_value], :void
249
333
  attach_function 'set_control_br37', [ExcelValue.by_value], :void
@@ -252,6 +336,9 @@ module Decc2050Model
252
336
  attach_function 'set_control_e38', [ExcelValue.by_value], :void
253
337
  attach_function 'set_control_f38', [ExcelValue.by_value], :void
254
338
  attach_function 'set_control_h38', [ExcelValue.by_value], :void
339
+ attach_function 'set_control_i38', [ExcelValue.by_value], :void
340
+ attach_function 'set_control_j38', [ExcelValue.by_value], :void
341
+ attach_function 'set_control_k38', [ExcelValue.by_value], :void
255
342
  attach_function 'set_control_bp38', [ExcelValue.by_value], :void
256
343
  attach_function 'set_control_bq38', [ExcelValue.by_value], :void
257
344
  attach_function 'set_control_br38', [ExcelValue.by_value], :void
@@ -260,6 +347,9 @@ module Decc2050Model
260
347
  attach_function 'set_control_e39', [ExcelValue.by_value], :void
261
348
  attach_function 'set_control_f39', [ExcelValue.by_value], :void
262
349
  attach_function 'set_control_h39', [ExcelValue.by_value], :void
350
+ attach_function 'set_control_i39', [ExcelValue.by_value], :void
351
+ attach_function 'set_control_j39', [ExcelValue.by_value], :void
352
+ attach_function 'set_control_k39', [ExcelValue.by_value], :void
263
353
  attach_function 'set_control_bp39', [ExcelValue.by_value], :void
264
354
  attach_function 'set_control_bq39', [ExcelValue.by_value], :void
265
355
  attach_function 'set_control_br39', [ExcelValue.by_value], :void
@@ -268,6 +358,9 @@ module Decc2050Model
268
358
  attach_function 'set_control_e40', [ExcelValue.by_value], :void
269
359
  attach_function 'set_control_f40', [ExcelValue.by_value], :void
270
360
  attach_function 'set_control_h40', [ExcelValue.by_value], :void
361
+ attach_function 'set_control_i40', [ExcelValue.by_value], :void
362
+ attach_function 'set_control_j40', [ExcelValue.by_value], :void
363
+ attach_function 'set_control_k40', [ExcelValue.by_value], :void
271
364
  attach_function 'set_control_bp40', [ExcelValue.by_value], :void
272
365
  attach_function 'set_control_bq40', [ExcelValue.by_value], :void
273
366
  attach_function 'set_control_br40', [ExcelValue.by_value], :void
@@ -277,6 +370,9 @@ module Decc2050Model
277
370
  attach_function 'set_control_e42', [ExcelValue.by_value], :void
278
371
  attach_function 'set_control_f42', [ExcelValue.by_value], :void
279
372
  attach_function 'set_control_h42', [ExcelValue.by_value], :void
373
+ attach_function 'set_control_i42', [ExcelValue.by_value], :void
374
+ attach_function 'set_control_j42', [ExcelValue.by_value], :void
375
+ attach_function 'set_control_k42', [ExcelValue.by_value], :void
280
376
  attach_function 'set_control_bp42', [ExcelValue.by_value], :void
281
377
  attach_function 'set_control_bq42', [ExcelValue.by_value], :void
282
378
  attach_function 'set_control_br42', [ExcelValue.by_value], :void
@@ -285,6 +381,9 @@ module Decc2050Model
285
381
  attach_function 'set_control_e43', [ExcelValue.by_value], :void
286
382
  attach_function 'set_control_f43', [ExcelValue.by_value], :void
287
383
  attach_function 'set_control_h43', [ExcelValue.by_value], :void
384
+ attach_function 'set_control_i43', [ExcelValue.by_value], :void
385
+ attach_function 'set_control_j43', [ExcelValue.by_value], :void
386
+ attach_function 'set_control_k43', [ExcelValue.by_value], :void
288
387
  attach_function 'set_control_bp43', [ExcelValue.by_value], :void
289
388
  attach_function 'set_control_bq43', [ExcelValue.by_value], :void
290
389
  attach_function 'set_control_br43', [ExcelValue.by_value], :void
@@ -294,6 +393,9 @@ module Decc2050Model
294
393
  attach_function 'set_control_e45', [ExcelValue.by_value], :void
295
394
  attach_function 'set_control_f45', [ExcelValue.by_value], :void
296
395
  attach_function 'set_control_h45', [ExcelValue.by_value], :void
396
+ attach_function 'set_control_i45', [ExcelValue.by_value], :void
397
+ attach_function 'set_control_j45', [ExcelValue.by_value], :void
398
+ attach_function 'set_control_k45', [ExcelValue.by_value], :void
297
399
  attach_function 'set_control_bp45', [ExcelValue.by_value], :void
298
400
  attach_function 'set_control_bq45', [ExcelValue.by_value], :void
299
401
  attach_function 'set_control_br45', [ExcelValue.by_value], :void
@@ -302,6 +404,9 @@ module Decc2050Model
302
404
  attach_function 'set_control_e46', [ExcelValue.by_value], :void
303
405
  attach_function 'set_control_f46', [ExcelValue.by_value], :void
304
406
  attach_function 'set_control_h46', [ExcelValue.by_value], :void
407
+ attach_function 'set_control_i46', [ExcelValue.by_value], :void
408
+ attach_function 'set_control_j46', [ExcelValue.by_value], :void
409
+ attach_function 'set_control_k46', [ExcelValue.by_value], :void
305
410
  attach_function 'set_control_bp46', [ExcelValue.by_value], :void
306
411
  attach_function 'set_control_bq46', [ExcelValue.by_value], :void
307
412
  attach_function 'set_control_br46', [ExcelValue.by_value], :void
@@ -311,6 +416,9 @@ module Decc2050Model
311
416
  attach_function 'set_control_e48', [ExcelValue.by_value], :void
312
417
  attach_function 'set_control_f48', [ExcelValue.by_value], :void
313
418
  attach_function 'set_control_h48', [ExcelValue.by_value], :void
419
+ attach_function 'set_control_i48', [ExcelValue.by_value], :void
420
+ attach_function 'set_control_j48', [ExcelValue.by_value], :void
421
+ attach_function 'set_control_k48', [ExcelValue.by_value], :void
314
422
  attach_function 'set_control_bp48', [ExcelValue.by_value], :void
315
423
  attach_function 'set_control_bq48', [ExcelValue.by_value], :void
316
424
  attach_function 'set_control_br48', [ExcelValue.by_value], :void
@@ -319,6 +427,9 @@ module Decc2050Model
319
427
  attach_function 'set_control_e49', [ExcelValue.by_value], :void
320
428
  attach_function 'set_control_f49', [ExcelValue.by_value], :void
321
429
  attach_function 'set_control_h49', [ExcelValue.by_value], :void
430
+ attach_function 'set_control_i49', [ExcelValue.by_value], :void
431
+ attach_function 'set_control_j49', [ExcelValue.by_value], :void
432
+ attach_function 'set_control_k49', [ExcelValue.by_value], :void
322
433
  attach_function 'set_control_bp49', [ExcelValue.by_value], :void
323
434
  attach_function 'set_control_bq49', [ExcelValue.by_value], :void
324
435
  attach_function 'set_control_br49', [ExcelValue.by_value], :void
@@ -327,6 +438,9 @@ module Decc2050Model
327
438
  attach_function 'set_control_e50', [ExcelValue.by_value], :void
328
439
  attach_function 'set_control_f50', [ExcelValue.by_value], :void
329
440
  attach_function 'set_control_h50', [ExcelValue.by_value], :void
441
+ attach_function 'set_control_i50', [ExcelValue.by_value], :void
442
+ attach_function 'set_control_j50', [ExcelValue.by_value], :void
443
+ attach_function 'set_control_k50', [ExcelValue.by_value], :void
330
444
  attach_function 'set_control_bp50', [ExcelValue.by_value], :void
331
445
  attach_function 'set_control_bq50', [ExcelValue.by_value], :void
332
446
  attach_function 'set_control_br50', [ExcelValue.by_value], :void
@@ -336,6 +450,9 @@ module Decc2050Model
336
450
  attach_function 'set_control_e52', [ExcelValue.by_value], :void
337
451
  attach_function 'set_control_f52', [ExcelValue.by_value], :void
338
452
  attach_function 'set_control_h52', [ExcelValue.by_value], :void
453
+ attach_function 'set_control_i52', [ExcelValue.by_value], :void
454
+ attach_function 'set_control_j52', [ExcelValue.by_value], :void
455
+ attach_function 'set_control_k52', [ExcelValue.by_value], :void
339
456
  attach_function 'set_control_bp52', [ExcelValue.by_value], :void
340
457
  attach_function 'set_control_bq52', [ExcelValue.by_value], :void
341
458
  attach_function 'set_control_br52', [ExcelValue.by_value], :void
@@ -344,6 +461,9 @@ module Decc2050Model
344
461
  attach_function 'set_control_e53', [ExcelValue.by_value], :void
345
462
  attach_function 'set_control_f53', [ExcelValue.by_value], :void
346
463
  attach_function 'set_control_h53', [ExcelValue.by_value], :void
464
+ attach_function 'set_control_i53', [ExcelValue.by_value], :void
465
+ attach_function 'set_control_j53', [ExcelValue.by_value], :void
466
+ attach_function 'set_control_k53', [ExcelValue.by_value], :void
347
467
  attach_function 'set_control_bp53', [ExcelValue.by_value], :void
348
468
  attach_function 'set_control_bq53', [ExcelValue.by_value], :void
349
469
  attach_function 'set_control_br53', [ExcelValue.by_value], :void
@@ -352,6 +472,9 @@ module Decc2050Model
352
472
  attach_function 'set_control_e55', [ExcelValue.by_value], :void
353
473
  attach_function 'set_control_f55', [ExcelValue.by_value], :void
354
474
  attach_function 'set_control_h55', [ExcelValue.by_value], :void
475
+ attach_function 'set_control_i55', [ExcelValue.by_value], :void
476
+ attach_function 'set_control_j55', [ExcelValue.by_value], :void
477
+ attach_function 'set_control_k55', [ExcelValue.by_value], :void
355
478
  attach_function 'set_control_bp55', [ExcelValue.by_value], :void
356
479
  attach_function 'set_control_bq55', [ExcelValue.by_value], :void
357
480
  attach_function 'set_control_br55', [ExcelValue.by_value], :void
@@ -360,14 +483,112 @@ module Decc2050Model
360
483
  attach_function 'set_control_e56', [ExcelValue.by_value], :void
361
484
  attach_function 'set_control_f56', [ExcelValue.by_value], :void
362
485
  attach_function 'set_control_h56', [ExcelValue.by_value], :void
486
+ attach_function 'set_control_i56', [ExcelValue.by_value], :void
487
+ attach_function 'set_control_j56', [ExcelValue.by_value], :void
488
+ attach_function 'set_control_k56', [ExcelValue.by_value], :void
363
489
  attach_function 'set_control_bp56', [ExcelValue.by_value], :void
364
490
  attach_function 'set_control_bq56', [ExcelValue.by_value], :void
365
491
  attach_function 'set_control_br56', [ExcelValue.by_value], :void
366
492
  attach_function 'set_control_bs56', [ExcelValue.by_value], :void
367
493
  attach_function 'set_control_e57', [ExcelValue.by_value], :void
494
+ attach_function 'set_control_f6', [ExcelValue.by_value], :void
495
+ attach_function 'set_control_h6', [ExcelValue.by_value], :void
496
+ attach_function 'set_control_i6', [ExcelValue.by_value], :void
497
+ attach_function 'set_control_j6', [ExcelValue.by_value], :void
498
+ attach_function 'set_control_k6', [ExcelValue.by_value], :void
499
+ attach_function 'set_control_bp6', [ExcelValue.by_value], :void
500
+ attach_function 'set_control_bq6', [ExcelValue.by_value], :void
501
+ attach_function 'set_control_br6', [ExcelValue.by_value], :void
502
+ attach_function 'set_control_bs6', [ExcelValue.by_value], :void
503
+ attach_function 'set_control_f21', [ExcelValue.by_value], :void
504
+ attach_function 'set_control_h21', [ExcelValue.by_value], :void
505
+ attach_function 'set_control_i21', [ExcelValue.by_value], :void
506
+ attach_function 'set_control_j21', [ExcelValue.by_value], :void
507
+ attach_function 'set_control_k21', [ExcelValue.by_value], :void
508
+ attach_function 'set_control_bp21', [ExcelValue.by_value], :void
509
+ attach_function 'set_control_bq21', [ExcelValue.by_value], :void
510
+ attach_function 'set_control_br21', [ExcelValue.by_value], :void
511
+ attach_function 'set_control_bs21', [ExcelValue.by_value], :void
512
+ attach_function 'set_control_d28', [ExcelValue.by_value], :void
513
+ attach_function 'set_control_f28', [ExcelValue.by_value], :void
514
+ attach_function 'set_control_h28', [ExcelValue.by_value], :void
515
+ attach_function 'set_control_i28', [ExcelValue.by_value], :void
516
+ attach_function 'set_control_j28', [ExcelValue.by_value], :void
517
+ attach_function 'set_control_k28', [ExcelValue.by_value], :void
518
+ attach_function 'set_control_bp28', [ExcelValue.by_value], :void
519
+ attach_function 'set_control_bq28', [ExcelValue.by_value], :void
520
+ attach_function 'set_control_br28', [ExcelValue.by_value], :void
521
+ attach_function 'set_control_bs28', [ExcelValue.by_value], :void
522
+ attach_function 'set_control_f29', [ExcelValue.by_value], :void
523
+ attach_function 'set_control_h29', [ExcelValue.by_value], :void
524
+ attach_function 'set_control_i29', [ExcelValue.by_value], :void
525
+ attach_function 'set_control_j29', [ExcelValue.by_value], :void
526
+ attach_function 'set_control_k29', [ExcelValue.by_value], :void
527
+ attach_function 'set_control_bp29', [ExcelValue.by_value], :void
528
+ attach_function 'set_control_bq29', [ExcelValue.by_value], :void
529
+ attach_function 'set_control_br29', [ExcelValue.by_value], :void
530
+ attach_function 'set_control_bs29', [ExcelValue.by_value], :void
531
+ attach_function 'set_control_f36', [ExcelValue.by_value], :void
532
+ attach_function 'set_control_h36', [ExcelValue.by_value], :void
533
+ attach_function 'set_control_i36', [ExcelValue.by_value], :void
534
+ attach_function 'set_control_j36', [ExcelValue.by_value], :void
535
+ attach_function 'set_control_k36', [ExcelValue.by_value], :void
536
+ attach_function 'set_control_bp36', [ExcelValue.by_value], :void
537
+ attach_function 'set_control_bq36', [ExcelValue.by_value], :void
538
+ attach_function 'set_control_br36', [ExcelValue.by_value], :void
539
+ attach_function 'set_control_bs36', [ExcelValue.by_value], :void
540
+ attach_function 'set_control_f41', [ExcelValue.by_value], :void
541
+ attach_function 'set_control_h41', [ExcelValue.by_value], :void
542
+ attach_function 'set_control_i41', [ExcelValue.by_value], :void
543
+ attach_function 'set_control_j41', [ExcelValue.by_value], :void
544
+ attach_function 'set_control_k41', [ExcelValue.by_value], :void
545
+ attach_function 'set_control_bp41', [ExcelValue.by_value], :void
546
+ attach_function 'set_control_bq41', [ExcelValue.by_value], :void
547
+ attach_function 'set_control_br41', [ExcelValue.by_value], :void
548
+ attach_function 'set_control_bs41', [ExcelValue.by_value], :void
549
+ attach_function 'set_control_f44', [ExcelValue.by_value], :void
550
+ attach_function 'set_control_h44', [ExcelValue.by_value], :void
551
+ attach_function 'set_control_i44', [ExcelValue.by_value], :void
552
+ attach_function 'set_control_j44', [ExcelValue.by_value], :void
553
+ attach_function 'set_control_k44', [ExcelValue.by_value], :void
554
+ attach_function 'set_control_bp44', [ExcelValue.by_value], :void
555
+ attach_function 'set_control_bq44', [ExcelValue.by_value], :void
556
+ attach_function 'set_control_br44', [ExcelValue.by_value], :void
557
+ attach_function 'set_control_bs44', [ExcelValue.by_value], :void
558
+ attach_function 'set_control_f47', [ExcelValue.by_value], :void
559
+ attach_function 'set_control_h47', [ExcelValue.by_value], :void
560
+ attach_function 'set_control_i47', [ExcelValue.by_value], :void
561
+ attach_function 'set_control_j47', [ExcelValue.by_value], :void
562
+ attach_function 'set_control_k47', [ExcelValue.by_value], :void
563
+ attach_function 'set_control_bp47', [ExcelValue.by_value], :void
564
+ attach_function 'set_control_bq47', [ExcelValue.by_value], :void
565
+ attach_function 'set_control_br47', [ExcelValue.by_value], :void
566
+ attach_function 'set_control_bs47', [ExcelValue.by_value], :void
567
+ attach_function 'set_control_f51', [ExcelValue.by_value], :void
568
+ attach_function 'set_control_h51', [ExcelValue.by_value], :void
569
+ attach_function 'set_control_i51', [ExcelValue.by_value], :void
570
+ attach_function 'set_control_j51', [ExcelValue.by_value], :void
571
+ attach_function 'set_control_k51', [ExcelValue.by_value], :void
572
+ attach_function 'set_control_bp51', [ExcelValue.by_value], :void
573
+ attach_function 'set_control_bq51', [ExcelValue.by_value], :void
574
+ attach_function 'set_control_br51', [ExcelValue.by_value], :void
575
+ attach_function 'set_control_bs51', [ExcelValue.by_value], :void
576
+ attach_function 'set_control_d54', [ExcelValue.by_value], :void
577
+ attach_function 'set_control_f54', [ExcelValue.by_value], :void
578
+ attach_function 'set_control_h54', [ExcelValue.by_value], :void
579
+ attach_function 'set_control_i54', [ExcelValue.by_value], :void
580
+ attach_function 'set_control_j54', [ExcelValue.by_value], :void
581
+ attach_function 'set_control_k54', [ExcelValue.by_value], :void
582
+ attach_function 'set_control_bp54', [ExcelValue.by_value], :void
583
+ attach_function 'set_control_bq54', [ExcelValue.by_value], :void
584
+ attach_function 'set_control_br54', [ExcelValue.by_value], :void
585
+ attach_function 'set_control_bs54', [ExcelValue.by_value], :void
368
586
  attach_function 'control_d5', [], ExcelValue.by_value
369
587
  attach_function 'control_f5', [], ExcelValue.by_value
370
588
  attach_function 'control_h5', [], ExcelValue.by_value
589
+ attach_function 'control_i5', [], ExcelValue.by_value
590
+ attach_function 'control_j5', [], ExcelValue.by_value
591
+ attach_function 'control_k5', [], ExcelValue.by_value
371
592
  attach_function 'control_bp5', [], ExcelValue.by_value
372
593
  attach_function 'control_bq5', [], ExcelValue.by_value
373
594
  attach_function 'control_br5', [], ExcelValue.by_value
@@ -375,6 +596,9 @@ module Decc2050Model
375
596
  attach_function 'control_d6', [], ExcelValue.by_value
376
597
  attach_function 'control_f6', [], ExcelValue.by_value
377
598
  attach_function 'control_h6', [], ExcelValue.by_value
599
+ attach_function 'control_i6', [], ExcelValue.by_value
600
+ attach_function 'control_j6', [], ExcelValue.by_value
601
+ attach_function 'control_k6', [], ExcelValue.by_value
378
602
  attach_function 'control_bp6', [], ExcelValue.by_value
379
603
  attach_function 'control_bq6', [], ExcelValue.by_value
380
604
  attach_function 'control_br6', [], ExcelValue.by_value
@@ -382,6 +606,9 @@ module Decc2050Model
382
606
  attach_function 'control_d7', [], ExcelValue.by_value
383
607
  attach_function 'control_f7', [], ExcelValue.by_value
384
608
  attach_function 'control_h7', [], ExcelValue.by_value
609
+ attach_function 'control_i7', [], ExcelValue.by_value
610
+ attach_function 'control_j7', [], ExcelValue.by_value
611
+ attach_function 'control_k7', [], ExcelValue.by_value
385
612
  attach_function 'control_bp7', [], ExcelValue.by_value
386
613
  attach_function 'control_bq7', [], ExcelValue.by_value
387
614
  attach_function 'control_br7', [], ExcelValue.by_value
@@ -389,6 +616,9 @@ module Decc2050Model
389
616
  attach_function 'control_d8', [], ExcelValue.by_value
390
617
  attach_function 'control_f8', [], ExcelValue.by_value
391
618
  attach_function 'control_h8', [], ExcelValue.by_value
619
+ attach_function 'control_i8', [], ExcelValue.by_value
620
+ attach_function 'control_j8', [], ExcelValue.by_value
621
+ attach_function 'control_k8', [], ExcelValue.by_value
392
622
  attach_function 'control_bp8', [], ExcelValue.by_value
393
623
  attach_function 'control_bq8', [], ExcelValue.by_value
394
624
  attach_function 'control_br8', [], ExcelValue.by_value
@@ -396,6 +626,9 @@ module Decc2050Model
396
626
  attach_function 'control_d9', [], ExcelValue.by_value
397
627
  attach_function 'control_f9', [], ExcelValue.by_value
398
628
  attach_function 'control_h9', [], ExcelValue.by_value
629
+ attach_function 'control_i9', [], ExcelValue.by_value
630
+ attach_function 'control_j9', [], ExcelValue.by_value
631
+ attach_function 'control_k9', [], ExcelValue.by_value
399
632
  attach_function 'control_bp9', [], ExcelValue.by_value
400
633
  attach_function 'control_bq9', [], ExcelValue.by_value
401
634
  attach_function 'control_br9', [], ExcelValue.by_value
@@ -403,6 +636,9 @@ module Decc2050Model
403
636
  attach_function 'control_d10', [], ExcelValue.by_value
404
637
  attach_function 'control_f10', [], ExcelValue.by_value
405
638
  attach_function 'control_h10', [], ExcelValue.by_value
639
+ attach_function 'control_i10', [], ExcelValue.by_value
640
+ attach_function 'control_j10', [], ExcelValue.by_value
641
+ attach_function 'control_k10', [], ExcelValue.by_value
406
642
  attach_function 'control_bp10', [], ExcelValue.by_value
407
643
  attach_function 'control_bq10', [], ExcelValue.by_value
408
644
  attach_function 'control_br10', [], ExcelValue.by_value
@@ -410,6 +646,9 @@ module Decc2050Model
410
646
  attach_function 'control_d11', [], ExcelValue.by_value
411
647
  attach_function 'control_f11', [], ExcelValue.by_value
412
648
  attach_function 'control_h11', [], ExcelValue.by_value
649
+ attach_function 'control_i11', [], ExcelValue.by_value
650
+ attach_function 'control_j11', [], ExcelValue.by_value
651
+ attach_function 'control_k11', [], ExcelValue.by_value
413
652
  attach_function 'control_bp11', [], ExcelValue.by_value
414
653
  attach_function 'control_bq11', [], ExcelValue.by_value
415
654
  attach_function 'control_br11', [], ExcelValue.by_value
@@ -417,6 +656,9 @@ module Decc2050Model
417
656
  attach_function 'control_d12', [], ExcelValue.by_value
418
657
  attach_function 'control_f12', [], ExcelValue.by_value
419
658
  attach_function 'control_h12', [], ExcelValue.by_value
659
+ attach_function 'control_i12', [], ExcelValue.by_value
660
+ attach_function 'control_j12', [], ExcelValue.by_value
661
+ attach_function 'control_k12', [], ExcelValue.by_value
420
662
  attach_function 'control_bp12', [], ExcelValue.by_value
421
663
  attach_function 'control_bq12', [], ExcelValue.by_value
422
664
  attach_function 'control_br12', [], ExcelValue.by_value
@@ -424,6 +666,9 @@ module Decc2050Model
424
666
  attach_function 'control_d13', [], ExcelValue.by_value
425
667
  attach_function 'control_f13', [], ExcelValue.by_value
426
668
  attach_function 'control_h13', [], ExcelValue.by_value
669
+ attach_function 'control_i13', [], ExcelValue.by_value
670
+ attach_function 'control_j13', [], ExcelValue.by_value
671
+ attach_function 'control_k13', [], ExcelValue.by_value
427
672
  attach_function 'control_bp13', [], ExcelValue.by_value
428
673
  attach_function 'control_bq13', [], ExcelValue.by_value
429
674
  attach_function 'control_br13', [], ExcelValue.by_value
@@ -431,6 +676,9 @@ module Decc2050Model
431
676
  attach_function 'control_d14', [], ExcelValue.by_value
432
677
  attach_function 'control_f14', [], ExcelValue.by_value
433
678
  attach_function 'control_h14', [], ExcelValue.by_value
679
+ attach_function 'control_i14', [], ExcelValue.by_value
680
+ attach_function 'control_j14', [], ExcelValue.by_value
681
+ attach_function 'control_k14', [], ExcelValue.by_value
434
682
  attach_function 'control_bp14', [], ExcelValue.by_value
435
683
  attach_function 'control_bq14', [], ExcelValue.by_value
436
684
  attach_function 'control_br14', [], ExcelValue.by_value
@@ -438,6 +686,9 @@ module Decc2050Model
438
686
  attach_function 'control_d15', [], ExcelValue.by_value
439
687
  attach_function 'control_f15', [], ExcelValue.by_value
440
688
  attach_function 'control_h15', [], ExcelValue.by_value
689
+ attach_function 'control_i15', [], ExcelValue.by_value
690
+ attach_function 'control_j15', [], ExcelValue.by_value
691
+ attach_function 'control_k15', [], ExcelValue.by_value
441
692
  attach_function 'control_bp15', [], ExcelValue.by_value
442
693
  attach_function 'control_bq15', [], ExcelValue.by_value
443
694
  attach_function 'control_br15', [], ExcelValue.by_value
@@ -445,6 +696,9 @@ module Decc2050Model
445
696
  attach_function 'control_d16', [], ExcelValue.by_value
446
697
  attach_function 'control_f16', [], ExcelValue.by_value
447
698
  attach_function 'control_h16', [], ExcelValue.by_value
699
+ attach_function 'control_i16', [], ExcelValue.by_value
700
+ attach_function 'control_j16', [], ExcelValue.by_value
701
+ attach_function 'control_k16', [], ExcelValue.by_value
448
702
  attach_function 'control_bp16', [], ExcelValue.by_value
449
703
  attach_function 'control_bq16', [], ExcelValue.by_value
450
704
  attach_function 'control_br16', [], ExcelValue.by_value
@@ -452,6 +706,9 @@ module Decc2050Model
452
706
  attach_function 'control_d17', [], ExcelValue.by_value
453
707
  attach_function 'control_f17', [], ExcelValue.by_value
454
708
  attach_function 'control_h17', [], ExcelValue.by_value
709
+ attach_function 'control_i17', [], ExcelValue.by_value
710
+ attach_function 'control_j17', [], ExcelValue.by_value
711
+ attach_function 'control_k17', [], ExcelValue.by_value
455
712
  attach_function 'control_bp17', [], ExcelValue.by_value
456
713
  attach_function 'control_bq17', [], ExcelValue.by_value
457
714
  attach_function 'control_br17', [], ExcelValue.by_value
@@ -459,6 +716,9 @@ module Decc2050Model
459
716
  attach_function 'control_d18', [], ExcelValue.by_value
460
717
  attach_function 'control_f18', [], ExcelValue.by_value
461
718
  attach_function 'control_h18', [], ExcelValue.by_value
719
+ attach_function 'control_i18', [], ExcelValue.by_value
720
+ attach_function 'control_j18', [], ExcelValue.by_value
721
+ attach_function 'control_k18', [], ExcelValue.by_value
462
722
  attach_function 'control_bp18', [], ExcelValue.by_value
463
723
  attach_function 'control_bq18', [], ExcelValue.by_value
464
724
  attach_function 'control_br18', [], ExcelValue.by_value
@@ -466,6 +726,9 @@ module Decc2050Model
466
726
  attach_function 'control_d19', [], ExcelValue.by_value
467
727
  attach_function 'control_f19', [], ExcelValue.by_value
468
728
  attach_function 'control_h19', [], ExcelValue.by_value
729
+ attach_function 'control_i19', [], ExcelValue.by_value
730
+ attach_function 'control_j19', [], ExcelValue.by_value
731
+ attach_function 'control_k19', [], ExcelValue.by_value
469
732
  attach_function 'control_bp19', [], ExcelValue.by_value
470
733
  attach_function 'control_bq19', [], ExcelValue.by_value
471
734
  attach_function 'control_br19', [], ExcelValue.by_value
@@ -473,6 +736,9 @@ module Decc2050Model
473
736
  attach_function 'control_d20', [], ExcelValue.by_value
474
737
  attach_function 'control_f20', [], ExcelValue.by_value
475
738
  attach_function 'control_h20', [], ExcelValue.by_value
739
+ attach_function 'control_i20', [], ExcelValue.by_value
740
+ attach_function 'control_j20', [], ExcelValue.by_value
741
+ attach_function 'control_k20', [], ExcelValue.by_value
476
742
  attach_function 'control_bp20', [], ExcelValue.by_value
477
743
  attach_function 'control_bq20', [], ExcelValue.by_value
478
744
  attach_function 'control_br20', [], ExcelValue.by_value
@@ -480,6 +746,9 @@ module Decc2050Model
480
746
  attach_function 'control_d21', [], ExcelValue.by_value
481
747
  attach_function 'control_f21', [], ExcelValue.by_value
482
748
  attach_function 'control_h21', [], ExcelValue.by_value
749
+ attach_function 'control_i21', [], ExcelValue.by_value
750
+ attach_function 'control_j21', [], ExcelValue.by_value
751
+ attach_function 'control_k21', [], ExcelValue.by_value
483
752
  attach_function 'control_bp21', [], ExcelValue.by_value
484
753
  attach_function 'control_bq21', [], ExcelValue.by_value
485
754
  attach_function 'control_br21', [], ExcelValue.by_value
@@ -487,6 +756,9 @@ module Decc2050Model
487
756
  attach_function 'control_d22', [], ExcelValue.by_value
488
757
  attach_function 'control_f22', [], ExcelValue.by_value
489
758
  attach_function 'control_h22', [], ExcelValue.by_value
759
+ attach_function 'control_i22', [], ExcelValue.by_value
760
+ attach_function 'control_j22', [], ExcelValue.by_value
761
+ attach_function 'control_k22', [], ExcelValue.by_value
490
762
  attach_function 'control_bp22', [], ExcelValue.by_value
491
763
  attach_function 'control_bq22', [], ExcelValue.by_value
492
764
  attach_function 'control_br22', [], ExcelValue.by_value
@@ -494,6 +766,9 @@ module Decc2050Model
494
766
  attach_function 'control_d23', [], ExcelValue.by_value
495
767
  attach_function 'control_f23', [], ExcelValue.by_value
496
768
  attach_function 'control_h23', [], ExcelValue.by_value
769
+ attach_function 'control_i23', [], ExcelValue.by_value
770
+ attach_function 'control_j23', [], ExcelValue.by_value
771
+ attach_function 'control_k23', [], ExcelValue.by_value
497
772
  attach_function 'control_bp23', [], ExcelValue.by_value
498
773
  attach_function 'control_bq23', [], ExcelValue.by_value
499
774
  attach_function 'control_br23', [], ExcelValue.by_value
@@ -501,6 +776,9 @@ module Decc2050Model
501
776
  attach_function 'control_d24', [], ExcelValue.by_value
502
777
  attach_function 'control_f24', [], ExcelValue.by_value
503
778
  attach_function 'control_h24', [], ExcelValue.by_value
779
+ attach_function 'control_i24', [], ExcelValue.by_value
780
+ attach_function 'control_j24', [], ExcelValue.by_value
781
+ attach_function 'control_k24', [], ExcelValue.by_value
504
782
  attach_function 'control_bp24', [], ExcelValue.by_value
505
783
  attach_function 'control_bq24', [], ExcelValue.by_value
506
784
  attach_function 'control_br24', [], ExcelValue.by_value
@@ -508,6 +786,9 @@ module Decc2050Model
508
786
  attach_function 'control_d25', [], ExcelValue.by_value
509
787
  attach_function 'control_f25', [], ExcelValue.by_value
510
788
  attach_function 'control_h25', [], ExcelValue.by_value
789
+ attach_function 'control_i25', [], ExcelValue.by_value
790
+ attach_function 'control_j25', [], ExcelValue.by_value
791
+ attach_function 'control_k25', [], ExcelValue.by_value
511
792
  attach_function 'control_bp25', [], ExcelValue.by_value
512
793
  attach_function 'control_bq25', [], ExcelValue.by_value
513
794
  attach_function 'control_br25', [], ExcelValue.by_value
@@ -515,6 +796,9 @@ module Decc2050Model
515
796
  attach_function 'control_d26', [], ExcelValue.by_value
516
797
  attach_function 'control_f26', [], ExcelValue.by_value
517
798
  attach_function 'control_h26', [], ExcelValue.by_value
799
+ attach_function 'control_i26', [], ExcelValue.by_value
800
+ attach_function 'control_j26', [], ExcelValue.by_value
801
+ attach_function 'control_k26', [], ExcelValue.by_value
518
802
  attach_function 'control_bp26', [], ExcelValue.by_value
519
803
  attach_function 'control_bq26', [], ExcelValue.by_value
520
804
  attach_function 'control_br26', [], ExcelValue.by_value
@@ -522,6 +806,9 @@ module Decc2050Model
522
806
  attach_function 'control_d27', [], ExcelValue.by_value
523
807
  attach_function 'control_f27', [], ExcelValue.by_value
524
808
  attach_function 'control_h27', [], ExcelValue.by_value
809
+ attach_function 'control_i27', [], ExcelValue.by_value
810
+ attach_function 'control_j27', [], ExcelValue.by_value
811
+ attach_function 'control_k27', [], ExcelValue.by_value
525
812
  attach_function 'control_bp27', [], ExcelValue.by_value
526
813
  attach_function 'control_bq27', [], ExcelValue.by_value
527
814
  attach_function 'control_br27', [], ExcelValue.by_value
@@ -529,6 +816,9 @@ module Decc2050Model
529
816
  attach_function 'control_d28', [], ExcelValue.by_value
530
817
  attach_function 'control_f28', [], ExcelValue.by_value
531
818
  attach_function 'control_h28', [], ExcelValue.by_value
819
+ attach_function 'control_i28', [], ExcelValue.by_value
820
+ attach_function 'control_j28', [], ExcelValue.by_value
821
+ attach_function 'control_k28', [], ExcelValue.by_value
532
822
  attach_function 'control_bp28', [], ExcelValue.by_value
533
823
  attach_function 'control_bq28', [], ExcelValue.by_value
534
824
  attach_function 'control_br28', [], ExcelValue.by_value
@@ -536,6 +826,9 @@ module Decc2050Model
536
826
  attach_function 'control_d29', [], ExcelValue.by_value
537
827
  attach_function 'control_f29', [], ExcelValue.by_value
538
828
  attach_function 'control_h29', [], ExcelValue.by_value
829
+ attach_function 'control_i29', [], ExcelValue.by_value
830
+ attach_function 'control_j29', [], ExcelValue.by_value
831
+ attach_function 'control_k29', [], ExcelValue.by_value
539
832
  attach_function 'control_bp29', [], ExcelValue.by_value
540
833
  attach_function 'control_bq29', [], ExcelValue.by_value
541
834
  attach_function 'control_br29', [], ExcelValue.by_value
@@ -543,6 +836,9 @@ module Decc2050Model
543
836
  attach_function 'control_d30', [], ExcelValue.by_value
544
837
  attach_function 'control_f30', [], ExcelValue.by_value
545
838
  attach_function 'control_h30', [], ExcelValue.by_value
839
+ attach_function 'control_i30', [], ExcelValue.by_value
840
+ attach_function 'control_j30', [], ExcelValue.by_value
841
+ attach_function 'control_k30', [], ExcelValue.by_value
546
842
  attach_function 'control_bp30', [], ExcelValue.by_value
547
843
  attach_function 'control_bq30', [], ExcelValue.by_value
548
844
  attach_function 'control_br30', [], ExcelValue.by_value
@@ -550,6 +846,9 @@ module Decc2050Model
550
846
  attach_function 'control_d31', [], ExcelValue.by_value
551
847
  attach_function 'control_f31', [], ExcelValue.by_value
552
848
  attach_function 'control_h31', [], ExcelValue.by_value
849
+ attach_function 'control_i31', [], ExcelValue.by_value
850
+ attach_function 'control_j31', [], ExcelValue.by_value
851
+ attach_function 'control_k31', [], ExcelValue.by_value
553
852
  attach_function 'control_bp31', [], ExcelValue.by_value
554
853
  attach_function 'control_bq31', [], ExcelValue.by_value
555
854
  attach_function 'control_br31', [], ExcelValue.by_value
@@ -557,6 +856,9 @@ module Decc2050Model
557
856
  attach_function 'control_d32', [], ExcelValue.by_value
558
857
  attach_function 'control_f32', [], ExcelValue.by_value
559
858
  attach_function 'control_h32', [], ExcelValue.by_value
859
+ attach_function 'control_i32', [], ExcelValue.by_value
860
+ attach_function 'control_j32', [], ExcelValue.by_value
861
+ attach_function 'control_k32', [], ExcelValue.by_value
560
862
  attach_function 'control_bp32', [], ExcelValue.by_value
561
863
  attach_function 'control_bq32', [], ExcelValue.by_value
562
864
  attach_function 'control_br32', [], ExcelValue.by_value
@@ -564,6 +866,9 @@ module Decc2050Model
564
866
  attach_function 'control_d33', [], ExcelValue.by_value
565
867
  attach_function 'control_f33', [], ExcelValue.by_value
566
868
  attach_function 'control_h33', [], ExcelValue.by_value
869
+ attach_function 'control_i33', [], ExcelValue.by_value
870
+ attach_function 'control_j33', [], ExcelValue.by_value
871
+ attach_function 'control_k33', [], ExcelValue.by_value
567
872
  attach_function 'control_bp33', [], ExcelValue.by_value
568
873
  attach_function 'control_bq33', [], ExcelValue.by_value
569
874
  attach_function 'control_br33', [], ExcelValue.by_value
@@ -571,6 +876,9 @@ module Decc2050Model
571
876
  attach_function 'control_d34', [], ExcelValue.by_value
572
877
  attach_function 'control_f34', [], ExcelValue.by_value
573
878
  attach_function 'control_h34', [], ExcelValue.by_value
879
+ attach_function 'control_i34', [], ExcelValue.by_value
880
+ attach_function 'control_j34', [], ExcelValue.by_value
881
+ attach_function 'control_k34', [], ExcelValue.by_value
574
882
  attach_function 'control_bp34', [], ExcelValue.by_value
575
883
  attach_function 'control_bq34', [], ExcelValue.by_value
576
884
  attach_function 'control_br34', [], ExcelValue.by_value
@@ -578,6 +886,9 @@ module Decc2050Model
578
886
  attach_function 'control_d35', [], ExcelValue.by_value
579
887
  attach_function 'control_f35', [], ExcelValue.by_value
580
888
  attach_function 'control_h35', [], ExcelValue.by_value
889
+ attach_function 'control_i35', [], ExcelValue.by_value
890
+ attach_function 'control_j35', [], ExcelValue.by_value
891
+ attach_function 'control_k35', [], ExcelValue.by_value
581
892
  attach_function 'control_bp35', [], ExcelValue.by_value
582
893
  attach_function 'control_bq35', [], ExcelValue.by_value
583
894
  attach_function 'control_br35', [], ExcelValue.by_value
@@ -585,6 +896,9 @@ module Decc2050Model
585
896
  attach_function 'control_d36', [], ExcelValue.by_value
586
897
  attach_function 'control_f36', [], ExcelValue.by_value
587
898
  attach_function 'control_h36', [], ExcelValue.by_value
899
+ attach_function 'control_i36', [], ExcelValue.by_value
900
+ attach_function 'control_j36', [], ExcelValue.by_value
901
+ attach_function 'control_k36', [], ExcelValue.by_value
588
902
  attach_function 'control_bp36', [], ExcelValue.by_value
589
903
  attach_function 'control_bq36', [], ExcelValue.by_value
590
904
  attach_function 'control_br36', [], ExcelValue.by_value
@@ -592,6 +906,9 @@ module Decc2050Model
592
906
  attach_function 'control_d37', [], ExcelValue.by_value
593
907
  attach_function 'control_f37', [], ExcelValue.by_value
594
908
  attach_function 'control_h37', [], ExcelValue.by_value
909
+ attach_function 'control_i37', [], ExcelValue.by_value
910
+ attach_function 'control_j37', [], ExcelValue.by_value
911
+ attach_function 'control_k37', [], ExcelValue.by_value
595
912
  attach_function 'control_bp37', [], ExcelValue.by_value
596
913
  attach_function 'control_bq37', [], ExcelValue.by_value
597
914
  attach_function 'control_br37', [], ExcelValue.by_value
@@ -599,6 +916,9 @@ module Decc2050Model
599
916
  attach_function 'control_d38', [], ExcelValue.by_value
600
917
  attach_function 'control_f38', [], ExcelValue.by_value
601
918
  attach_function 'control_h38', [], ExcelValue.by_value
919
+ attach_function 'control_i38', [], ExcelValue.by_value
920
+ attach_function 'control_j38', [], ExcelValue.by_value
921
+ attach_function 'control_k38', [], ExcelValue.by_value
602
922
  attach_function 'control_bp38', [], ExcelValue.by_value
603
923
  attach_function 'control_bq38', [], ExcelValue.by_value
604
924
  attach_function 'control_br38', [], ExcelValue.by_value
@@ -606,6 +926,9 @@ module Decc2050Model
606
926
  attach_function 'control_d39', [], ExcelValue.by_value
607
927
  attach_function 'control_f39', [], ExcelValue.by_value
608
928
  attach_function 'control_h39', [], ExcelValue.by_value
929
+ attach_function 'control_i39', [], ExcelValue.by_value
930
+ attach_function 'control_j39', [], ExcelValue.by_value
931
+ attach_function 'control_k39', [], ExcelValue.by_value
609
932
  attach_function 'control_bp39', [], ExcelValue.by_value
610
933
  attach_function 'control_bq39', [], ExcelValue.by_value
611
934
  attach_function 'control_br39', [], ExcelValue.by_value
@@ -613,6 +936,9 @@ module Decc2050Model
613
936
  attach_function 'control_d40', [], ExcelValue.by_value
614
937
  attach_function 'control_f40', [], ExcelValue.by_value
615
938
  attach_function 'control_h40', [], ExcelValue.by_value
939
+ attach_function 'control_i40', [], ExcelValue.by_value
940
+ attach_function 'control_j40', [], ExcelValue.by_value
941
+ attach_function 'control_k40', [], ExcelValue.by_value
616
942
  attach_function 'control_bp40', [], ExcelValue.by_value
617
943
  attach_function 'control_bq40', [], ExcelValue.by_value
618
944
  attach_function 'control_br40', [], ExcelValue.by_value
@@ -620,6 +946,9 @@ module Decc2050Model
620
946
  attach_function 'control_d41', [], ExcelValue.by_value
621
947
  attach_function 'control_f41', [], ExcelValue.by_value
622
948
  attach_function 'control_h41', [], ExcelValue.by_value
949
+ attach_function 'control_i41', [], ExcelValue.by_value
950
+ attach_function 'control_j41', [], ExcelValue.by_value
951
+ attach_function 'control_k41', [], ExcelValue.by_value
623
952
  attach_function 'control_bp41', [], ExcelValue.by_value
624
953
  attach_function 'control_bq41', [], ExcelValue.by_value
625
954
  attach_function 'control_br41', [], ExcelValue.by_value
@@ -627,6 +956,9 @@ module Decc2050Model
627
956
  attach_function 'control_d42', [], ExcelValue.by_value
628
957
  attach_function 'control_f42', [], ExcelValue.by_value
629
958
  attach_function 'control_h42', [], ExcelValue.by_value
959
+ attach_function 'control_i42', [], ExcelValue.by_value
960
+ attach_function 'control_j42', [], ExcelValue.by_value
961
+ attach_function 'control_k42', [], ExcelValue.by_value
630
962
  attach_function 'control_bp42', [], ExcelValue.by_value
631
963
  attach_function 'control_bq42', [], ExcelValue.by_value
632
964
  attach_function 'control_br42', [], ExcelValue.by_value
@@ -634,6 +966,9 @@ module Decc2050Model
634
966
  attach_function 'control_d43', [], ExcelValue.by_value
635
967
  attach_function 'control_f43', [], ExcelValue.by_value
636
968
  attach_function 'control_h43', [], ExcelValue.by_value
969
+ attach_function 'control_i43', [], ExcelValue.by_value
970
+ attach_function 'control_j43', [], ExcelValue.by_value
971
+ attach_function 'control_k43', [], ExcelValue.by_value
637
972
  attach_function 'control_bp43', [], ExcelValue.by_value
638
973
  attach_function 'control_bq43', [], ExcelValue.by_value
639
974
  attach_function 'control_br43', [], ExcelValue.by_value
@@ -641,6 +976,9 @@ module Decc2050Model
641
976
  attach_function 'control_d44', [], ExcelValue.by_value
642
977
  attach_function 'control_f44', [], ExcelValue.by_value
643
978
  attach_function 'control_h44', [], ExcelValue.by_value
979
+ attach_function 'control_i44', [], ExcelValue.by_value
980
+ attach_function 'control_j44', [], ExcelValue.by_value
981
+ attach_function 'control_k44', [], ExcelValue.by_value
644
982
  attach_function 'control_bp44', [], ExcelValue.by_value
645
983
  attach_function 'control_bq44', [], ExcelValue.by_value
646
984
  attach_function 'control_br44', [], ExcelValue.by_value
@@ -648,6 +986,9 @@ module Decc2050Model
648
986
  attach_function 'control_d45', [], ExcelValue.by_value
649
987
  attach_function 'control_f45', [], ExcelValue.by_value
650
988
  attach_function 'control_h45', [], ExcelValue.by_value
989
+ attach_function 'control_i45', [], ExcelValue.by_value
990
+ attach_function 'control_j45', [], ExcelValue.by_value
991
+ attach_function 'control_k45', [], ExcelValue.by_value
651
992
  attach_function 'control_bp45', [], ExcelValue.by_value
652
993
  attach_function 'control_bq45', [], ExcelValue.by_value
653
994
  attach_function 'control_br45', [], ExcelValue.by_value
@@ -655,6 +996,9 @@ module Decc2050Model
655
996
  attach_function 'control_d46', [], ExcelValue.by_value
656
997
  attach_function 'control_f46', [], ExcelValue.by_value
657
998
  attach_function 'control_h46', [], ExcelValue.by_value
999
+ attach_function 'control_i46', [], ExcelValue.by_value
1000
+ attach_function 'control_j46', [], ExcelValue.by_value
1001
+ attach_function 'control_k46', [], ExcelValue.by_value
658
1002
  attach_function 'control_bp46', [], ExcelValue.by_value
659
1003
  attach_function 'control_bq46', [], ExcelValue.by_value
660
1004
  attach_function 'control_br46', [], ExcelValue.by_value
@@ -662,6 +1006,9 @@ module Decc2050Model
662
1006
  attach_function 'control_d47', [], ExcelValue.by_value
663
1007
  attach_function 'control_f47', [], ExcelValue.by_value
664
1008
  attach_function 'control_h47', [], ExcelValue.by_value
1009
+ attach_function 'control_i47', [], ExcelValue.by_value
1010
+ attach_function 'control_j47', [], ExcelValue.by_value
1011
+ attach_function 'control_k47', [], ExcelValue.by_value
665
1012
  attach_function 'control_bp47', [], ExcelValue.by_value
666
1013
  attach_function 'control_bq47', [], ExcelValue.by_value
667
1014
  attach_function 'control_br47', [], ExcelValue.by_value
@@ -669,6 +1016,9 @@ module Decc2050Model
669
1016
  attach_function 'control_d48', [], ExcelValue.by_value
670
1017
  attach_function 'control_f48', [], ExcelValue.by_value
671
1018
  attach_function 'control_h48', [], ExcelValue.by_value
1019
+ attach_function 'control_i48', [], ExcelValue.by_value
1020
+ attach_function 'control_j48', [], ExcelValue.by_value
1021
+ attach_function 'control_k48', [], ExcelValue.by_value
672
1022
  attach_function 'control_bp48', [], ExcelValue.by_value
673
1023
  attach_function 'control_bq48', [], ExcelValue.by_value
674
1024
  attach_function 'control_br48', [], ExcelValue.by_value
@@ -676,6 +1026,9 @@ module Decc2050Model
676
1026
  attach_function 'control_d49', [], ExcelValue.by_value
677
1027
  attach_function 'control_f49', [], ExcelValue.by_value
678
1028
  attach_function 'control_h49', [], ExcelValue.by_value
1029
+ attach_function 'control_i49', [], ExcelValue.by_value
1030
+ attach_function 'control_j49', [], ExcelValue.by_value
1031
+ attach_function 'control_k49', [], ExcelValue.by_value
679
1032
  attach_function 'control_bp49', [], ExcelValue.by_value
680
1033
  attach_function 'control_bq49', [], ExcelValue.by_value
681
1034
  attach_function 'control_br49', [], ExcelValue.by_value
@@ -683,6 +1036,9 @@ module Decc2050Model
683
1036
  attach_function 'control_d50', [], ExcelValue.by_value
684
1037
  attach_function 'control_f50', [], ExcelValue.by_value
685
1038
  attach_function 'control_h50', [], ExcelValue.by_value
1039
+ attach_function 'control_i50', [], ExcelValue.by_value
1040
+ attach_function 'control_j50', [], ExcelValue.by_value
1041
+ attach_function 'control_k50', [], ExcelValue.by_value
686
1042
  attach_function 'control_bp50', [], ExcelValue.by_value
687
1043
  attach_function 'control_bq50', [], ExcelValue.by_value
688
1044
  attach_function 'control_br50', [], ExcelValue.by_value
@@ -690,6 +1046,9 @@ module Decc2050Model
690
1046
  attach_function 'control_d51', [], ExcelValue.by_value
691
1047
  attach_function 'control_f51', [], ExcelValue.by_value
692
1048
  attach_function 'control_h51', [], ExcelValue.by_value
1049
+ attach_function 'control_i51', [], ExcelValue.by_value
1050
+ attach_function 'control_j51', [], ExcelValue.by_value
1051
+ attach_function 'control_k51', [], ExcelValue.by_value
693
1052
  attach_function 'control_bp51', [], ExcelValue.by_value
694
1053
  attach_function 'control_bq51', [], ExcelValue.by_value
695
1054
  attach_function 'control_br51', [], ExcelValue.by_value
@@ -697,6 +1056,9 @@ module Decc2050Model
697
1056
  attach_function 'control_d52', [], ExcelValue.by_value
698
1057
  attach_function 'control_f52', [], ExcelValue.by_value
699
1058
  attach_function 'control_h52', [], ExcelValue.by_value
1059
+ attach_function 'control_i52', [], ExcelValue.by_value
1060
+ attach_function 'control_j52', [], ExcelValue.by_value
1061
+ attach_function 'control_k52', [], ExcelValue.by_value
700
1062
  attach_function 'control_bp52', [], ExcelValue.by_value
701
1063
  attach_function 'control_bq52', [], ExcelValue.by_value
702
1064
  attach_function 'control_br52', [], ExcelValue.by_value
@@ -704,6 +1066,9 @@ module Decc2050Model
704
1066
  attach_function 'control_d53', [], ExcelValue.by_value
705
1067
  attach_function 'control_f53', [], ExcelValue.by_value
706
1068
  attach_function 'control_h53', [], ExcelValue.by_value
1069
+ attach_function 'control_i53', [], ExcelValue.by_value
1070
+ attach_function 'control_j53', [], ExcelValue.by_value
1071
+ attach_function 'control_k53', [], ExcelValue.by_value
707
1072
  attach_function 'control_bp53', [], ExcelValue.by_value
708
1073
  attach_function 'control_bq53', [], ExcelValue.by_value
709
1074
  attach_function 'control_br53', [], ExcelValue.by_value
@@ -711,6 +1076,9 @@ module Decc2050Model
711
1076
  attach_function 'control_d54', [], ExcelValue.by_value
712
1077
  attach_function 'control_f54', [], ExcelValue.by_value
713
1078
  attach_function 'control_h54', [], ExcelValue.by_value
1079
+ attach_function 'control_i54', [], ExcelValue.by_value
1080
+ attach_function 'control_j54', [], ExcelValue.by_value
1081
+ attach_function 'control_k54', [], ExcelValue.by_value
714
1082
  attach_function 'control_bp54', [], ExcelValue.by_value
715
1083
  attach_function 'control_bq54', [], ExcelValue.by_value
716
1084
  attach_function 'control_br54', [], ExcelValue.by_value
@@ -718,6 +1086,9 @@ module Decc2050Model
718
1086
  attach_function 'control_d55', [], ExcelValue.by_value
719
1087
  attach_function 'control_f55', [], ExcelValue.by_value
720
1088
  attach_function 'control_h55', [], ExcelValue.by_value
1089
+ attach_function 'control_i55', [], ExcelValue.by_value
1090
+ attach_function 'control_j55', [], ExcelValue.by_value
1091
+ attach_function 'control_k55', [], ExcelValue.by_value
721
1092
  attach_function 'control_bp55', [], ExcelValue.by_value
722
1093
  attach_function 'control_bq55', [], ExcelValue.by_value
723
1094
  attach_function 'control_br55', [], ExcelValue.by_value
@@ -725,6 +1096,9 @@ module Decc2050Model
725
1096
  attach_function 'control_d56', [], ExcelValue.by_value
726
1097
  attach_function 'control_f56', [], ExcelValue.by_value
727
1098
  attach_function 'control_h56', [], ExcelValue.by_value
1099
+ attach_function 'control_i56', [], ExcelValue.by_value
1100
+ attach_function 'control_j56', [], ExcelValue.by_value
1101
+ attach_function 'control_k56', [], ExcelValue.by_value
728
1102
  attach_function 'control_bp56', [], ExcelValue.by_value
729
1103
  attach_function 'control_bq56', [], ExcelValue.by_value
730
1104
  attach_function 'control_br56', [], ExcelValue.by_value