Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ setYear
Method
setYear
src/utilities/filetypes/EpwFile.cpp:1706–1708 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1704
}
1705
1706
void EpwDataPoint::setYear(int year) {
1707
m_year = year;
1708
}
1709
1710
bool EpwDataPoint::setYear(const std::string& year) {
1711
bool ok;
Callers
1
fromEpwStrings
Method · 0.80
Calls
1
stringToInteger
Function · 0.85
Tested by
no test coverage detected