| 148 |
|
|
| 149 |
|
int bi = 0; // get bin index |
| 150 |
|
if (mp->binv) { |
| 151 |
< |
worldfunc(RCCONTEXT, r); // compute bin # |
| 151 |
> |
worldfunc(RCCONTEXT, r); |
| 152 |
|
set_eparams(mp->params); |
| 153 |
|
double bval = evalue(mp->binv); |
| 154 |
|
if (bval <= -.5) |
| 322 |
|
{ |
| 323 |
|
if (!outList || !RtraceSimulManager::Ready()) { |
| 324 |
|
error(INTERNAL, "PrepOutput() called before octree & modifiers assigned"); |
| 325 |
+ |
return -1; |
| 326 |
+ |
} |
| 327 |
+ |
if (!cdsF) { |
| 328 |
+ |
error(INTERNAL, "missing RdataShare constructor call (*cdsF)"); |
| 329 |
|
return -1; |
| 330 |
|
} |
| 331 |
|
if (lu_doall(&modLUT, checkModExists, NULL) < 0) |