Make small changes

This commit is contained in:
2023-09-12 22:48:28 +02:00
parent b88a9027bc
commit 7d39248a15
16 changed files with 36 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ void timing() {
ofile.open("output/timing.txt");
// Timing
for (int i=1; i <= 6; i++) {
for (int i=1; i < N_STEPS_EXP; i++) {
n_steps = std::pow(10, i);
clock_t g_1, g_2, s_1, s_2;
double g_res = 0, s_res = 0;