Skip to content

Commit cf26e1e

Browse files
committed
renamed modules for consistency
1 parent 891331b commit cf26e1e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

tests/tests/test-ptc-maps/test-all-maps.mad

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
--[=[
22
o-----------------------------------------------------------------------------o
33
|
4-
| MAD element test suites
5-
| Usage:
6-
| ../mad test-all-maps.mad
7-
| assume ../madx64 to be present
4+
| MAD vs PTC test suites
85
|
96
| Methodical Accelerator Design - Copyright CERN 2016+
107
| Support: http://cern.ch/mad - mad at cern.ch
@@ -19,7 +16,12 @@
1916
o-----------------------------------------------------------------------------o
2017

2118
Purpose:
22-
- Provide test suites for the MAD vs PTC
19+
- Provide test suites for MAD vs PTC
20+
21+
Usage:
22+
path-to-mad/mad test-all-maps.mad
23+
Assume path-to-mad/madx to be present
24+
Default path-to-mad is ..
2325

2426
o-----------------------------------------------------------------------------o
2527
]=]
@@ -28,8 +30,8 @@
2830

2931
-- list of test suites (see src/madl_main.mad)
3032
local modules = {
31-
"electric", "misc", "misalignment", "mult", "octupole", "patch", "quad",
32-
"rbend", "sbend", "sextupole", "sol"
33+
"sbend", "rbend", "quad", "sext", "octu", "solen",
34+
"mult", "elec", "patch", "misc", "misalign",
3335
}
3436

3537
-- allow global access

0 commit comments

Comments
 (0)