| # | Line 655 | Line 655 | compute_zones(void) | |
|---|---|---|
| 655 | for (zptr = zone_list; zptr != NULL; zptr = zptr->next) { | |
| 656 | SUBPROC rcproc; | |
| 657 | /* start rcontrib process */ | |
| 658 | + | rcproc = sp_inactive; |
| 659 | if (!start_rcontrib(&rcproc, zptr)) | |
| 660 | return(0); | |
| 661 | /* compute+add view factors */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |