update output message

release/4.3a0
Varun Agrawal 2025-02-03 11:34:22 -05:00
parent f8ca8d6916
commit aa7fccb273
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ int main(int argc, char* argv[]) {
outfile_time << acc_time << std::endl;
}
outfile_time.close();
cout << "output " << time_file_name << " file." << endl;
cout << "Written cumulative time to: " << time_file_name << " file." << endl;
return 0;
}