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

Method country

src/model/WeatherFile.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 std::string WeatherFile_Impl::country() const {
77 boost::optional<std::string> value = getString(OS_WeatherFileFields::Country, true);
78 OS_ASSERT(value);
79 return value.get();
80 }
81
82 std::string WeatherFile_Impl::dataSource() const {
83 boost::optional<std::string> value = getString(OS_WeatherFileFields::DataSource, true);

Callers 2

test_fileMethod · 0.45
setWeatherFileMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

test_fileMethod · 0.36