|
74 | 74 | export tetra_duct12 |
75 | 75 | function tetra_duct12(; kwargs...) |
76 | 76 | _ensure_data!(:tetra_duct12, "tetra_duct12.jl") |
77 | | - tetra(xe_duct12, TETS_duct12, Const_duct12; name = "tetra_duct12", kwargs...) |
| 77 | + xe = Base.invokelatest(getfield, @__MODULE__, :xe_duct12) |
| 78 | + TETS = Base.invokelatest(getfield, @__MODULE__, :TETS_duct12) |
| 79 | + Const= Base.invokelatest(getfield, @__MODULE__, :Const_duct12) |
| 80 | + tetra(xe, TETS, Const; name = "tetra_duct12", kwargs...) |
78 | 81 | end |
79 | 82 |
|
80 | 83 | export tetra_duct15 |
81 | 84 | function tetra_duct15(; kwargs...) |
82 | 85 | _ensure_data!(:tetra_duct15, "tetra_duct15.jl") |
83 | | - tetra(xe_duct15, TETS_duct15, Const_duct15; name = "tetra_duct15", kwargs...) |
| 86 | + xe = Base.invokelatest(getfield, @__MODULE__, :xe_duct15) |
| 87 | + TETS = Base.invokelatest(getfield, @__MODULE__, :TETS_duct15) |
| 88 | + Const= Base.invokelatest(getfield, @__MODULE__, :Const_duct15) |
| 89 | + tetra(xe, TETS, Const; name = "tetra_duct15", kwargs...) |
84 | 90 | end |
85 | 91 |
|
86 | 92 | export tetra_duct20 |
87 | 93 | function tetra_duct20(; kwargs...) |
88 | 94 | _ensure_data!(:tetra_duct20, "tetra_duct20.jl") |
89 | | - tetra(xe_duct20, TETS_duct20, Const_duct20; name = "tetra_duct20", kwargs...) |
| 95 | + xe = Base.invokelatest(getfield, @__MODULE__, :xe_duct20) |
| 96 | + TETS = Base.invokelatest(getfield, @__MODULE__, :TETS_duct20) |
| 97 | + Const= Base.invokelatest(getfield, @__MODULE__, :Const_duct20) |
| 98 | + tetra(xe, TETS, Const; name = "tetra_duct20", kwargs...) |
90 | 99 | end |
91 | 100 |
|
92 | 101 | export tetra_hook |
93 | 102 | function tetra_hook(; kwargs...) |
94 | 103 | _ensure_data!(:tetra_hook, "tetra_hook.jl") |
95 | | - tetra(xe_hook, TETS_hook, Const_hook; name = "tetra_hook", kwargs...) |
| 104 | + xe = Base.invokelatest(getfield, @__MODULE__, :xe_hook) |
| 105 | + TETS = Base.invokelatest(getfield, @__MODULE__, :TETS_hook) |
| 106 | + Const= Base.invokelatest(getfield, @__MODULE__, :Const_hook) |
| 107 | + tetra(xe, TETS, Const; name = "tetra_hook", kwargs...) |
96 | 108 | end |
97 | 109 |
|
98 | 110 | export tetra_foam5 |
99 | 111 | function tetra_foam5(; kwargs...) |
100 | 112 | _ensure_data!(:tetra_foam5, "tetra_foam5.jl") |
101 | | - tetra(xe_foam5, TETS_foam5, Const_foam5; name = "tetra_foam5", kwargs...) |
| 113 | + xe = Base.invokelatest(getfield, @__MODULE__, :xe_foam5) |
| 114 | + TETS = Base.invokelatest(getfield, @__MODULE__, :TETS_foam5) |
| 115 | + Const= Base.invokelatest(getfield, @__MODULE__, :Const_foam5) |
| 116 | + tetra(xe, TETS, Const; name = "tetra_foam5", kwargs...) |
102 | 117 | end |
103 | 118 |
|
104 | 119 | export tetra_gear |
105 | 120 | function tetra_gear(; kwargs...) |
106 | 121 | _ensure_data!(:tetra_gear, "tetra_gear.jl") |
107 | | - tetra(xe_gear, TETS_gear, Const_gear; name = "tetra_gear", kwargs...) |
| 122 | + xe = Base.invokelatest(getfield, @__MODULE__, :xe_gear) |
| 123 | + TETS = Base.invokelatest(getfield, @__MODULE__, :TETS_gear) |
| 124 | + Const= Base.invokelatest(getfield, @__MODULE__, :Const_gear) |
| 125 | + tetra(xe, TETS, Const; name = "tetra_gear", kwargs...) |
108 | 126 | end |
0 commit comments