Skip to content

Commit 24f2260

Browse files
authored
Merge pull request #358 from jgray-19/survey_fixes
Add missing import to survey
2 parents e78a19a + bb0323b commit 24f2260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/madl_esurv.mad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ local minlen, minang, twopi in MAD.constant
3838
local is_implicit in element.drift
3939
local arc2cord, arc2len in MAD.gmath
4040
local abs, sin, cos in math
41+
local is_number in MAD.typeid
4142

4243
-- integrator schemes ---------------------------------------------------------o
4344

0 commit comments

Comments
 (0)