MCPcopy Create free account
hub / github.com/LAStools/LAStools / LASLIB_DLL wait_on_exit

Function LASLIB_DLL wait_on_exit

LASzip/src/mydefs.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73static bool halt_on_error_ = true;
74
75extern void LASLIB_DLL wait_on_exit(bool woe) {
76 wait_on_exit_ = woe;
77}
78
79extern void LASLIB_DLL print_log_stats(bool pls) {
80 print_log_stats_ = pls;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected