@@ -41,6 +41,8 @@ local ref_cfg = object "ref" {
41
41
order = 4, -- 2/4
42
42
icase = 56, -- 56/6
43
43
debug = 0, -- 0/6
44
+ seql = 1.5,
45
+ cmap = false, -- false/true
44
46
45
47
-- list of core values that are changed manually throughout the tests
46
48
edir = 1, -- 1/-1 (element direction)
@@ -88,7 +90,7 @@ local function testDRIFT()
88
90
},
89
91
}
90
92
91
- run_test(cfg, {alist={}} )
93
+ run_test(cfg)
92
94
end
93
95
94
96
local function testQUAD() -- Test the body (~2 min)
@@ -223,7 +225,7 @@ local function testSBEND() -- Test the body (~2 min)
223
225
legend = default_plot_cfg.legend,
224
226
}
225
227
}
226
- run_test(cfg, {alist = {}} )
228
+ run_test(cfg)
227
229
end
228
230
229
231
local function testRBEND() -- Test the body (~2 min)
@@ -253,7 +255,7 @@ local function testRBEND() -- Test the body (~2 min)
253
255
series = default_plot_cfg.series,
254
256
legend = default_plot_cfg.legend,
255
257
} }
256
- run_test(cfg, {alist = {}} )
258
+ run_test(cfg)
257
259
end
258
260
259
261
local function testRBENDPARALLEL()
@@ -283,7 +285,7 @@ local function testRBENDPARALLEL()
283
285
legend = default_plot_cfg.legend,
284
286
}
285
287
}
286
- run_test(cfg, {alist = {}} )
288
+ run_test(cfg)
287
289
end
288
290
289
291
local function testRFMULTIPOLE()
@@ -310,7 +312,7 @@ local function testRFMULTIPOLE()
310
312
alist = tblcat(ref_cfg.alist, {"knl"}),
311
313
}
312
314
313
- run_test(cfg, {alist={}} )
315
+ run_test(cfg)
314
316
end
315
317
316
318
local function testSOL()
@@ -333,7 +335,7 @@ local function testSOL()
333
335
},
334
336
}
335
337
336
- run_test(cfg, {alist={}} )
338
+ run_test(cfg)
337
339
end
338
340
339
341
local function testRFCAVITY()
@@ -359,7 +361,7 @@ local function testRFCAVITY()
359
361
},
360
362
}
361
363
362
- run_test(cfg, {alist={}} )
364
+ run_test(cfg)
363
365
end
364
366
365
367
local function testKICKER()
@@ -385,7 +387,7 @@ local function testKICKER()
385
387
},
386
388
}
387
389
388
- run_test(cfg, {alist={}} )
390
+ run_test(cfg)
389
391
end
390
392
391
393
local function testELSEPARATOR()
@@ -415,7 +417,7 @@ local function testELSEPARATOR()
415
417
},
416
418
}
417
419
418
- run_test(cfg, {alist={}} )
420
+ run_test(cfg)
419
421
end
420
422
421
423
local function testCCAVITY()
@@ -441,7 +443,7 @@ local function testCCAVITY()
441
443
},
442
444
}
443
445
444
- run_test(cfg, {alist={}} )
446
+ run_test(cfg)
445
447
end
446
448
447
449
local function testMULTIPOLE()
@@ -490,7 +492,7 @@ local function testMULTIPOLE()
490
492
},
491
493
}
492
494
493
- run_test(cfg, {alist={}} )
495
+ run_test(cfg)
494
496
end
495
497
496
498
local function testROTATION()
@@ -516,7 +518,7 @@ local function testROTATION()
516
518
},
517
519
}
518
520
519
- run_test(cfg, {alist={}} )
521
+ run_test(cfg)
520
522
end
521
523
522
524
local function testTRANSLATE() -- Needs verification about tdir and sdir
@@ -544,7 +546,7 @@ local function testTRANSLATE() -- Needs verification about tdir and sdir
544
546
},
545
547
}
546
548
547
- run_test(cfg, {alist={}} )
549
+ run_test(cfg)
548
550
end
549
551
550
552
local function testCHANGEREF()
@@ -574,7 +576,7 @@ local function testCHANGEREF()
574
576
},
575
577
}
576
578
577
- run_test(cfg, {alist={}} )
579
+ run_test(cfg)
578
580
end
579
581
580
582
testDRIFT()
0 commit comments