MCPcopy Create free account
hub / github.com/bgrimstad/splinter / initDataStructures

Method initDataStructures

src/datatable.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void DataTable::initDataStructures()
124{
125 for (unsigned int i = 0; i < getNumVariables(); i++)
126 {
127 grid.push_back(std::set<double>());
128 }
129}
130
131void DataTable::gridCompleteGuard() const
132{

Callers

nothing calls this directly

Calls 1

getNumVariablesFunction · 0.50

Tested by

no test coverage detected