| # | Line 1361 | Line 1361 | rpict( /* run rpict and pfilt for each view */ | |
|---|---|---|
| 1361 | int xdiv = 8+nprocs/3, ydiv = 8+nprocs/3; | |
| 1362 | rfdt = 0; /* start fresh */ | |
| 1363 | if (!silent) | |
| 1364 | < | printf("echo %d %d > %s\n", |
| 1364 | > | printf("\techo %d %d > %s\n", |
| 1365 | xdiv, ydiv, sfile); | |
| 1366 | if ((fp = fopen(sfile, "w")) == NULL) { | |
| 1367 | fprintf(stderr, "%s: cannot create\n", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |