Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 261 → Rev 264

/cvi/instr/HISTO/H1D.c
11,7 → 11,7
 
#include "H1D.h"
 
#define H1DMAX 500
 
H1D *h1[H1DMAX];
//int Printf(char *format, ...);
 
146,7 → 146,7
H1D_Clear(h1d);
H1D_Print(h1d);
//Printf("InitH1D 0x%x\n", h1d );
return 0;
return h1d;
 
}