We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdfb75 commit bf4287fCopy full SHA for bf4287f
mccode/src/cogen.c.in
@@ -2000,7 +2000,7 @@ int cogen_raytrace(struct instr_def *instr)
2000
cout(" if (_particle->t_offset) free(_particle->t_offset);");
2001
cout(" if (_particle->p_trains) free(_particle->p_trains);");
2002
cout(" if (_particle->alive_trains) free(_particle->alive_trains);");
2003
- cout(" #endif TOF_TRAIN");
+ cout(" #endif");
2004
cout("");
2005
cout(" return(_particle->_index);");
2006
coutf("} /* raytrace */");
0 commit comments