Skip to content

Commit 2a0e490

Browse files
committed
Update output message in vpmr() to include the number of final terms processed
1 parent 94b322f commit 2a0e490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VPMR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ std::tuple<cx_vec, cx_vec> vpmr() {
410410
break;
411411
}
412412

413-
std::cout << "[6/6] Done.\n\n";
413+
std::cout << "[6/6] Done with " << ID.size() << " final terms.\n\n";
414414

415415
if(abs(W(0)) < config.tolerance) return std::make_tuple(M(ID), -S(ID));
416416

0 commit comments

Comments
 (0)