Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
atrayees authored Jul 5, 2024
1 parent ad8ddab commit 6b04673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/correlation_matrices/sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ void correlation_matrix_uniform_sampling_MT(const unsigned int n, const unsigned
valid_points++;
}
}

std::cout << "Number of valid points = " << valid_points << std::endl;

write_to_file<PointMT>(walkname + "_matrices_MT" + std::to_string(n) + ".txt", randPoints);
Expand Down

0 comments on commit 6b04673

Please sign in to comment.