Skip to content

Commit 88decec

Browse files
authored
Merge pull request #391 from jgray-19/survey_fixes
Thin Survey Fix
2 parents c999043 + 6c29d5b commit 88decec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/madl_esurv.mad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ local function track_thin (elm, m)
229229
m.el, m.ang = 0, angle*m.tdir
230230

231231
local kick = abs(angle) >= minang and curex_thin or fnil
232-
trackelm(elm, m, thinonly, kick)
232+
trackelm(elm, m, thinonly, kick, nil, fnil)
233233
end
234234

235235
local function track_thick (elm, m, fng_)

0 commit comments

Comments
 (0)