We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a9b96 commit 0b570a8Copy full SHA for 0b570a8
1 file changed
mccode/src/cogen.c.in
@@ -2448,11 +2448,11 @@ cogen_header(struct instr_def *instr, char *output_name)
2448
cout(" double sx,sy,sz; /* spin [0-1] */");
2449
cout(" int mcgravitation; /* gravity-state */");
2450
cout(" void *mcMagnet; /* precession-state */");
2451
- cout(" int allow_backprop; /* allow backprop */");
2452
#elif MCCODE_PROJECT == 2 /* xray */
2453
cout(" double kx,ky,kz; /* wave-vector */");
2454
cout(" double phi, Ex,Ey,Ez; /* phase and electrical field */");
2455
#endif
+ cout(" int allow_backprop; /* allow backprop */");
2456
cout(" /* Generic Temporaries: */");
2457
cout(" /* May be used internally by components e.g. for special */");
2458
cout(" /* return-values from functions used in trace, thusreturned via */");
0 commit comments