| # | Line 109 | Line 109 | char *argv[]; | |
|---|---|---|
| 109 | for (nfiles = 0; nfiles < MAXINP; nfiles++) { | |
| 110 | setcolor(input[nfiles].coef, 1.0, 1.0, 1.0); | |
| 111 | setcolor(input[nfiles].expos, 1.0, 1.0, 1.0); | |
| 112 | < | copystruct(&input[nfiles].vw, &stdview); |
| 112 | > | input[nfiles].vw = stdview; |
| 113 | input[nfiles].pa = 1.0; | |
| 114 | } | |
| 115 | nfiles = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |