* End the processing sequence and cleans up by closing cubes, freeing memory, * etc. * * @deprecated Please use Finalize() */
| 469 | * @deprecated Please use Finalize() |
| 470 | */ |
| 471 | void Process::EndProcess() { |
| 472 | Process::Finalize(); |
| 473 | } |
| 474 | |
| 475 | |
| 476 | /** |
no outgoing calls