ECR #333755 - Changes to Utils to build on Windows

[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1131149]


[ROCm/ROCR-Runtime commit: 2eab8a72d4]
This commit is contained in:
Ramesh Errabolu (xN/A) TX
2015-03-16 16:43:47 -05:00
rodzic d7216c8124
commit 0201294ddd
3 zmienionych plików z 17 dodań i 13 usunięć
@@ -16,7 +16,7 @@ double CalcMedian(vector<double> scores)
double CalcMean(vector<double> scores)
{
double mean;
double mean = 0;
size_t size = scores.size();
for (int i=0; i<size; ++i)