#ifndef _ARRAYUTILS_ #define _ARRAYUTILS_ #include "debugger.h" #include "Rtypes.h" template void DelPArray(U** array, Int_t size, Int_t type=0); #include "debugger.h" #include "arrayutils_cxx.h" #endif