From aa7fccb27353aac60eedfa1983fa9da67a5b7b95 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Mon, 3 Feb 2025 11:34:22 -0500 Subject: [PATCH] update output message --- examples/ISAM2_City10000.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ISAM2_City10000.cpp b/examples/ISAM2_City10000.cpp index 20ce30845..a1ec97d50 100644 --- a/examples/ISAM2_City10000.cpp +++ b/examples/ISAM2_City10000.cpp @@ -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; }