Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesXDRWriter.h

    r1716933 r341014c  
    2828 */
    2929
     30#include <stdint.h>
    3031#include <stdio.h>
    31 #include <stdint.h>
    3232
    3333class DelphesXDRWriter
    3434{
    3535public:
    36 
    3736  DelphesXDRWriter();
    3837
     
    4544
    4645private:
    47 
    4846  FILE *fFile;
    4947  uint8_t *fBuffer;
Note: See TracChangeset for help on using the changeset viewer.