Skip to content

Commit 67f8cee

Browse files
MicK7pcarruscag
andauthored
clearer message
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent 754c1ad commit 67f8cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/geometry/meshreader/CCGNSMeshReaderFVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void CCGNSMeshReaderFVM::OpenCGNSFile(string val_filename) {
112112
cg_error_exit();
113113
if (rank == MASTER_NODE) {
114114
if (file_version < 4.0) {
115-
cout << "The file version is too old, please update it with the cgnsupdate tool." << endl;
115+
cout << "WARNING: The CGNS file version (" << file_version << ") is old and may cause high memory usage issues, consider updating the file with the cgnsupdate tool.\n";
116116
}
117117
}
118118
}

0 commit comments

Comments
 (0)