We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e761259 commit b2255dcCopy full SHA for b2255dc
src/tools/validation.hpp
@@ -159,4 +159,4 @@ void print_perf(const double elapsed_seconds, const size_t n_cells){
159
std::cout << "upd_cells_per_sec: " << gcells << " Gcell/sec\n";
160
std::cout << "estimated_throughput: " << gcells * sizeof(real_t) * 2
161
<< " GB/s" << std::endl;
162
-}
+}
0 commit comments