| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1986 Regents of the University of California */ |
| 1 | > | /* Copyright (c) 1991 Regents of the University of California */ |
| 2 | ||
| 3 | #ifndef lint | |
| 4 | static char SCCSid[] = "$SunId$ LBL"; | |
| # | Line 84 | Line 84 | OBJREC *o; | |
| 84 | badvert += fabs(d1 - f->offset/i) > VERTEPS; | |
| 85 | f->offset += d1; | |
| 86 | } | |
| 87 | < | f->offset /= f->nv; |
| 87 | > | f->offset /= (double)f->nv; |
| 88 | if (badvert) | |
| 89 | objerror(o, WARNING, "non-planar vertex"); | |
| 90 | /* find axis */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |