Skip to content

Commit 00c1553

Browse files
committed
Correct typo in prototype
1 parent 1b656c5 commit 00c1553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcstas-comps/share/monitor_nd-lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ void Monitor_nD_Init(MonitornD_Defines_type *DEFS,
10651065
/* return values: 0=neutron was absorbed, -1=neutron was outside bounds, 1=neutron was measured*/
10661066
/* ========================================================================= */
10671067

1068-
int Monitor_nD_Trace(MonitornD_Defines_type *DEFS, MonitornD_Variables_type *Vars, int *pixID _class_particle* _particle)
1068+
int Monitor_nD_Trace(MonitornD_Defines_type *DEFS, MonitornD_Variables_type *Vars, int *pixID, _class_particle* _particle)
10691069
{
10701070

10711071
double XY=0, pp=0;

0 commit comments

Comments
 (0)