X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RAW%2FAliTPCCompression.h;h=bf0d1f15c4c613b97940029bf0556df5b0b6b332;hp=6560481cc3cdc181a5ad61517c676f36c11457d0;hb=1d98347afdac3ea968fdf0c819e67e3db7ec27eb;hpb=5fe3851ed43b54483b5f973779e1ca85c8a5dfbd diff --git a/RAW/AliTPCCompression.h b/RAW/AliTPCCompression.h index 6560481cc3c..bf0d1f15c4c 100644 --- a/RAW/AliTPCCompression.h +++ b/RAW/AliTPCCompression.h @@ -50,7 +50,7 @@ class AliTPCCompression:public TObject{ //This method creates a set of binary tables starting from a set of txt tables Int_t DestroyTables(AliTPCHNode *RootNode[],Int_t NumTables); //This methods is use to deallocate the memory used by Huffman trees - void CreateTreesFromFile(AliTPCHNode *RootNode[],Int_t NumTables); + Int_t CreateTreesFromFile(AliTPCHNode *RootNode[],Int_t NumTables); //This method is like the previous one but the tables are stored in binary files //It is used in the decompression phase (DecompressDataOptTables()) private: