| # | Line 38 | Line 38 | GCOORD *gc; | |
|---|---|---|
| 38 | gcl->erg2 *= (1./3.) * myeye.rng*myeye.rng; | |
| 39 | } | |
| 40 | if (gc != NULL) | |
| 41 | < | copystruct(&gcl->gc, gc); |
| 41 | > | gcl->gc = *gc; |
| 42 | gcl->gmin[0] = gcl->gmin[1] = FHUGE; | |
| 43 | gcl->gmax[0] = gcl->gmax[1] = -FHUGE; | |
| 44 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |