Skip to content

Commit a925a69

Browse files
committed
Correct parameter naming in instr
1 parent 4ff48a6 commit a925a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcxtrace-comps/examples/Tests_samples/Test_PowderN/Test_PowderN.instr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ EXTEND %{
8181
%}
8282

8383
COMPONENT FlPow = FluoPowder(
84-
radius=0.5e-4, yheight=1e-3, material=reflections, powder_d_phi=d_phi,
84+
radius=0.5e-4, yheight=1e-3, material=reflections, d_phi=d_phi,
8585
packing_factor = 0.5, p_interact=frac_c)
8686
WHEN (index == 3)
8787
AT (0, 0, 0) RELATIVE sample_cradle

0 commit comments

Comments
 (0)