MCPcopy Create free account
hub / github.com/Cantera/cantera / nColumns

Method nColumns

include/cantera/base/Array.h:181–183  ·  view source on GitHub ↗

Number of columns

Source from the content-addressed store, hash-verified

179
180 //! Number of columns
181 size_t nColumns() const {
182 return m_ncols;
183 }
184
185 //! Return a reference to the data vector
186 vector<double>& data() {

Callers 2

updateFromStructMethod · 0.45
nPressureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected