Commit ca6ba07f authored by Andrea Bulgarelli's avatar Andrea Bulgarelli
Browse files

a cout problem

parent e50435b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ SDFRBBlock::SDFRBBlock()
{
    tempBlock = new ByteStream();
    counter++;
    cout << counter << " " << sizeof(SDFRBBlock) << endl;
    //cout << counter << " " << sizeof(SDFRBBlock) << endl;

    //create BlockType list
    if(blockTypeList == 0)