https://github.com/root-project/root
Raw File
Tip revision: 86108d5adde6979551fcbf3d95012f72653dd102 authored by Pere Mato on 03 March 2016, 09:36:03 UTC
Update ROOT version files to v6.06/02.
Tip revision: 86108d5
dt_wrap.C
R__LOAD_LIBRARY(dt_RunDrawTest.C+)

void dt_wrap(const char* from, Int_t mode = 0, Int_t verboseLevel = 0) {
   // gROOT->ProcessLine(".L dt_RunDrawTest.C+");
   int status = !dt_RunDrawTest(from,mode,verboseLevel);
   if (verboseLevel==0) gSystem->Exit(status);
}
back to top