Skip to content

Commit 41c30f4

Browse files
committed
enable cmap by default
1 parent c726ae2 commit 41c30f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/madl_track.mad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ local track = command 'track' {
830830
radiate=false, -- radiate at slices "damp", "quantum", "photon" (mflw)
831831
nocavity=false, -- disable rfcavities (i.e. enforce 5D) (mflw)
832832
totalpath=false, -- variable 't' is the totalpath (mflw)
833-
cmap=false, -- use C/C++ maps when available (mflw)
833+
cmap=true, -- use C/C++ maps when available (mflw)
834834

835835
save=true, -- create mtable and save results (default atsave) (mtbl)
836836
aper=true, -- check for aperture (default atsave) (mtbl)

0 commit comments

Comments
 (0)