MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / IsInput

Method IsInput

src/parametric.cpp:2227–2235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2225}
2226
2227bool ParametricGridData::IsInput(int col)
2228{
2229 if ((col>-1) && (col < m_cols))
2230 {
2231 return m_par.Setup[col].IsInput;
2232 }
2233 else
2234 return false;
2235}
2236
2237bool ParametricGridData::IsInput(ParametricData::Var &var)
2238{

Callers 4

OnGridCellChangeMethod · 0.80
SendToExcelMethod · 0.80
UpdateGridMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected