Skip to content

Commit bf4287f

Browse files
committed
Correct #endif syntax...
1 parent 6fdfb75 commit bf4287f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mccode/src/cogen.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ int cogen_raytrace(struct instr_def *instr)
20002000
cout(" if (_particle->t_offset) free(_particle->t_offset);");
20012001
cout(" if (_particle->p_trains) free(_particle->p_trains);");
20022002
cout(" if (_particle->alive_trains) free(_particle->alive_trains);");
2003-
cout(" #endif TOF_TRAIN");
2003+
cout(" #endif");
20042004
cout("");
20052005
cout(" return(_particle->_index);");
20062006
coutf("} /* raytrace */");

0 commit comments

Comments
 (0)