Skip to content

Commit 4a7c1ef

Browse files
Small change in output of tape test mode.
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 91e6172 commit 4a7c1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/drivers/CDiscAdjMultizoneDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ int CDiscAdjMultizoneDriver::TapeTest_GatherErrors(struct AD::ErrorReport& error
308308
SU2_MPI::Gather(&num_errors, 1, MPI_INT, process_error.data(), 1, MPI_INT, 0, SU2_MPI::GetComm());
309309

310310
if (rank == MASTER_NODE) {
311-
std::cout << "\nNumber of detected tape inconsistencies: " << total_errors << std::endl;
311+
std::cout << "\nTotal number of detected tape inconsistencies: " << total_errors << std::endl;
312312
if(total_errors > 0 && size > 1) {
313313
std::cout << "\n";
314314
for (int irank = 0; irank < size; irank++) {

0 commit comments

Comments
 (0)