summaryrefslogtreecommitdiff
path: root/expt_0529.cu
diff options
context:
space:
mode:
Diffstat (limited to 'expt_0529.cu')
-rw-r--r--expt_0529.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/expt_0529.cu b/expt_0529.cu
index 985648f..bd64ad0 100644
--- a/expt_0529.cu
+++ b/expt_0529.cu
@@ -46,7 +46,7 @@ int main(int argc, char const *argv[]) {
population_length);
ReadHelper readHelper("normal_distribution.txt", sample_length, 0);
- readHelper.readFile(nullptr);
+ readHelper.readFile();
std::vector<key_type> sample, population;
std::vector<unsigned int> result(RESULT_LENGTH);