Removing unnecessary commented code

This commit is contained in:
Abhishek Yenpure 2019-08-07 14:34:35 -07:00
parent aefc5faca6
commit a6df117321

@ -144,9 +144,6 @@ public:
}
}
logicalCell[dim] = minIndex;
//printf("Min Index [%d] : %lld\n", dim, minIndex);
//printf("Max Index [%d] : %lld\n", dim, maxIndex);
//printf("Logical [%d] : %lld\n", dim, logicalCell[dim]);
parametric[dim] = (point[dim] - minVal) / (maxVal - minVal);
}
// Get the actual cellId, from the logical cell index of the cell