#include "RawData/RRawStream.h"
#include <cstring>
#include <stdlib.h>
Include dependency graph for RRawStream.cc:
Go to the source code of this file.
Functions | |
static void | sanity () |
static void sanity | ( | ) | [static] |
Definition at line 15 of file RRawStream.cc.
00016 { 00017 if( sizeof(Int32) != 4 ) { 00018 cerr<<"RawStream:: error: Need a 32-bits type to hold each line of raw data"<<endl; 00019 cerr<<"RawStream:: Redefine type Int32"<<endl; 00020 abort(); 00021 } 00022 }