We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae2dc0 commit d54f415Copy full SHA for d54f415
1 file changed
mccode/src/cogen.c.in
@@ -2053,7 +2053,6 @@ int cogen_raytrace(struct instr_def *instr)
2053
coutf(" #endif");
2054
coutf("");
2055
coutf(" srandom(_hash((pidx+1)*(seed+1)));");
2056
- coutf(" particle_uservar_init(_particle);");
2057
2058
coutf(" raytrace(_particle);");
2059
coutf(" } /* inner for */");
@@ -2182,7 +2181,6 @@ int cogen_rt_funnel(struct instr_def *instr)
2182
2181
coutf(" _particle->_uid += mpi_node_rank * ncount; ");
2183
2184
coutf(" srandom(_hash((pidx+1)*(seed+1))); // _particle->state usage built into srandom macro");
2185
2186
coutf(" }");
2187
cout( "");
2188
0 commit comments