Revision b103eb9fb4af430a0ff66848a92be6de16d2d0a1 authored by Rene Brun on 28 February 2007, 10:35:11 UTC, committed by Rene Brun on 28 February 2007, 10:35:11 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@18106 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent a6136e8
Raw File
dt_wrap.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