Skip to content

Commit f7d9f62

Browse files
committed
Fix typo in input parameter
1 parent c83a54a commit f7d9f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcstas-comps/examples/ISIS/ISIS_LET/ISIS_LET.instr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*******************************************************************************/
3636

3737
DEFINE INSTRUMENT ISIS_LET(Ei = 3.7, dE=1.1, Ch3_speed=100, Ch5_speed=200, Ch2_phase=95000,
38-
pha_offset=80e-6, string res="HF", string snout = "out", int monitor_on=0, int movable_monitors=0)
38+
pha_offset=80e-6, string res="HF", string snout = "out", int monitors_on=0, int movable_monitors=0)
3939

4040
DECLARE
4141
%{

0 commit comments

Comments
 (0)