diff options
Diffstat (limited to 'expt_0529.cu')
| -rw-r--r-- | expt_0529.cu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/expt_0529.cu b/expt_0529.cu index bd64ad0..3448469 100644 --- a/expt_0529.cu +++ b/expt_0529.cu @@ -2,7 +2,7 @@ #include "sortlib.cuh" #define READ_NO_OUTPUT -#include "read_helper.h" +#include "read_helper_p.h" long pow_for_sample(long n) { auto x = 2; @@ -45,7 +45,7 @@ int main(int argc, char const *argv[]) { printf("sample length: %ld, population length: %ld\n", sample_length, population_length); - ReadHelper readHelper("normal_distribution.txt", sample_length, 0); + ReadHelper<key_type> readHelper("normal_distribution.txt", sample_length, 0); readHelper.readFile(); std::vector<key_type> sample, population; |
