MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / dateTimes

Method dateTimes

src/airflow/contam/SimFile.cpp:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 }
390
391 std::vector<openstudio::DateTime> SimFile::dateTimes() const {
392 if (m_dateTimes.size() == 1) {
393 return {m_dateTimes.begin(), m_dateTimes.end()};
394 } else {
395 return {m_dateTimes.begin() + 1, m_dateTimes.end()};
396 }
397 }
398
399 /*
400

Callers 5

getValueMethod · 0.45
TEST_FFunction · 0.45
zoneInfiltrationMethod · 0.45
pathInfiltrationMethod · 0.45

Calls 3

beginMethod · 0.80
sizeMethod · 0.45
endMethod · 0.45

Tested by 1

TEST_FFunction · 0.36