mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Update DataRecordGroup.cpp (#1124)
This commit is contained in:
parent
35014fc69f
commit
6356a87b9f
@ -725,7 +725,7 @@ int Trick::DataRecordGroup::write_data(bool must_write) {
|
||||
|
||||
if(!max_size_warning && (total_bytes_written > max_file_size)) {
|
||||
std::cerr << "WARNING: Data record max file size " << (static_cast<double>(max_file_size))/(1<<20) << "MB reached.\n"
|
||||
"https://github.com/nasa/trick/wiki/Data-Record#changing-the-max-file-size-of-a-data-record-group-ascii-and-binary-only"
|
||||
"https://nasa.github.io/trick/documentation/simulation_capabilities/Data-Record#changing-the-max-file-size-of-a-data-record-group-ascii-and-binary-only"
|
||||
<< std::endl;
|
||||
max_size_warning = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user