Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlpk committed Jan 9, 2023
1 parent 6ce0403 commit 818362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taylor_future_coroutine_hpx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int main(int args, char** argv) {
int n = std::stoi(argv[1]);
double x = std::stod(argv[2]);
size_t amount = std::stoi(argv[3]);

auto start = std::chrono::high_resolution_clock::now();
double result = run(n, amount, x).get();

Expand Down

0 comments on commit 818362e

Please sign in to comment.