| 24 |
|
{ |
| 25 |
|
register int i; |
| 26 |
|
|
| 27 |
+ |
if (issurface(obj->otype) && !strcmp(mod, VOIDID)) |
| 28 |
+ |
return; /* don't print void surfaces */ |
| 29 |
|
printf("\n%s %s %s", mod, ofun[obj->otype].funame, obj->oname); |
| 30 |
|
printf("\n%d", obj->oargs.nsargs); |
| 31 |
|
for (i = 0; i < obj->oargs.nsargs; i++) |
| 114 |
|
} else { |
| 115 |
|
printf("\n%s %s %s%s", VOIDID, ofun[PAT_BDATA].funame, |
| 116 |
|
il->matname, DSTSUF); |
| 117 |
< |
printf("\n5 noop"); |
| 117 |
> |
printf("\n5 noneg"); |
| 118 |
|
dfp = dfopen(il, 0); |
| 119 |
|
fprintf(dfp, "2\n%f %f %d\n%f %f %d\n", 1.-.5/n, .5/n, n, |
| 120 |
|
0., 2.*PI, m+1); |
| 155 |
|
} else { |
| 156 |
|
printf("\n%s %s %s%s", VOIDID, ofun[PAT_BDATA].funame, |
| 157 |
|
il->matname, DSTSUF); |
| 158 |
< |
printf("\n5 noop"); |
| 158 |
> |
printf("\n5 noneg"); |
| 159 |
|
dfp = dfopen(il, 0); |
| 160 |
|
fprintf(dfp, "2\n%f %f %d\n%f %f %d\n", 1.-1./n, -1.+1./n, n, |
| 161 |
|
0., 2.*PI, m+1); |