| # | Line 4 | Line 4 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 4 | /* | |
| 5 | * ranimove2.c | |
| 6 | * | |
| 7 | < | * Frame refinement routines for ranimate(1). |
| 7 | > | * Frame refinement routines for ranimove(1). |
| 8 | * | |
| 9 | * Created by Gregory Ward on Wed Jan 08 2003. | |
| 10 | */ | |
| # | Line 396 | Line 396 | ray_refine( /* refine the given pixel by tracing a r | |
| 396 | return(-1); | |
| 397 | if (nprocs > 1) { | |
| 398 | int rval; | |
| 399 | < | rayorigin(&ir, NULL, PRIMARY, 1.0); |
| 399 | > | rayorigin(&ir, PRIMARY, NULL, NULL); |
| 400 | ir.rno = n; | |
| 401 | rval = ray_pqueue(&ir); | |
| 402 | if (!rval) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |