| 73 | static bool halt_on_error_ = true; |
| 74 | |
| 75 | extern void LASLIB_DLL wait_on_exit(bool woe) { |
| 76 | wait_on_exit_ = woe; |
| 77 | } |
| 78 | |
| 79 | extern void LASLIB_DLL print_log_stats(bool pls) { |
| 80 | print_log_stats_ = pls; |
nothing calls this directly
no outgoing calls
no test coverage detected