Skip to content

Commit 93e88c8

Browse files
authored
remove blank space lines
1 parent b36ea3d commit 93e88c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/correlation_matrices/sampler.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,7 @@ void correlation_matrix_uniform_sampling_MT(const unsigned int n, const unsigned
151151
if(is_correlation_matrix(points.mat)){
152152
valid_points++;
153153
}
154-
155154
}
156-
157-
158155
std::cout << "Number of valid points = " << valid_points << std::endl;
159156

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

0 commit comments

Comments
 (0)