Skip to content

Commit 16b4440

Browse files
author
Martin D. Weinberg
committed
tid not needed for verbose progress report header
1 parent 6ccf74d commit 16b4440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/ICs/DiskEval.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ DiskEval::DiskEval
7272
#endif
7373

7474
std::shared_ptr<progress::progress_display> progress;
75-
if (use_progress and myid==0 and tid==0) {
75+
if (use_progress and myid==0) {
7676
std::cout << std::endl << "Begin: exact force evaluation"
7777
<< std::endl << "-----------------------------"
7878
<< std::endl;

0 commit comments

Comments
 (0)