vpSetDebug (3) Linux Manual Page
vpSetDebug – enable/disable debugging options Synopsis #include <volpack.h> vpResult vpSetDebug(vpc, flag, value) vpContext *vpc; int flag; int value; Arguments vpc VolPack context from vpCreateContext. flag Constant that specifies the debugging option to be adjusted. value New value for the option (boolean: 0 or 1). Description vpSetDebug is used to enable or disable a debugging option…
