Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
Go to the source code of this file.
Variables | |
const int | FILE_SUFFIX_WIDTH = 6 |
Constants used by both the ColumnDataWriter and ColumnDataReader.
Definition in file ColumnDataConstants.hpp.
const int FILE_SUFFIX_WIDTH = 6 |
The width of the suffix for datafiles.
Each time the writer advances along the unlimited dimension, a new datafile is created, and the suffix index is incremented. Suffices are formatted zero-padded to this width.
Definition at line 49 of file ColumnDataConstants.hpp.
Referenced by ColumnDataReader::CheckFiles(), ColumnDataWriter::DoAdvanceAlongUnlimitedDimension(), ColumnDataWriter::EndDefineMode(), and ColumnDataReader::GetValues().