Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
ColumnDataReader.cpp File Reference
#include "ColumnDataReader.hpp"
#include "ColumnDataConstants.hpp"
#include <fstream>
#include <sstream>
#include <iomanip>
#include <cassert>
#include <climits>
#include <cctype>
#include "OutputFileHandler.hpp"
#include "Exception.hpp"
+ Include dependency graph for ColumnDataReader.cpp:

Go to the source code of this file.

Variables

const int NOT_READ = INT_UNSET
 

Detailed Description

Implementation file for ColumnDataReader class.

Definition in file ColumnDataReader.cpp.

Variable Documentation

◆ NOT_READ

const int NOT_READ = INT_UNSET

Variables read in from the data file are initialised to the following constant so one can check if they were read correctly.

Definition at line 58 of file ColumnDataReader.cpp.

Referenced by ColumnDataReader::CheckFiles().