| 73 |
|
return |
| 74 |
|
} |
| 75 |
|
# Make space for PID to be written later |
| 76 |
< |
puts $fo " " |
| 76 |
> |
puts $fo \ |
| 77 |
> |
" " |
| 78 |
|
if {$rpview == " ALL"} { |
| 79 |
|
set radcom "rad" |
| 80 |
|
} else { |
| 236 |
|
if {"$hostname" != "$batch_host"} { |
| 237 |
|
if $alldone { |
| 238 |
|
set curmess "Batch rendering finished\ |
| 239 |
< |
on host $batch_host." |
| 239 |
> |
on $batch_host." |
| 240 |
|
} else { |
| 241 |
< |
set curmess "Unknown batch rendering status\ |
| 242 |
< |
on host $batch_host." |
| 241 |
> |
set curmess "Batch rendering on\ |
| 242 |
> |
$batch_host -- status UNKNOWN." |
| 243 |
|
$w.rbst configure -state disabled |
| 244 |
|
$w.rbvmb configure -state disabled |
| 245 |
|
} |