Init num cycles

This commit is contained in:
felsabbagh3 2019-10-30 15:18:52 -04:00
parent 7863175233
commit 06e5f6df1d

View file

@ -35,6 +35,7 @@ unsigned getIndex(int r, int c, int numCols)
void load_file(char * filename)
{
num_cycles = 0;
// printf("\n\n\n\n**********************\n");
// printf("Inside load_file\n");