MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / ConsistencyTestData

Method ConsistencyTestData

src/HumidAirProp.cpp:2754–2757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2752 std::vector<Dictionary> data;
2753 std::list<std::set<std::size_t>> inputs_list;
2754 ConsistencyTestData()
2755 : is_built(false) {
2756
2757 };
2758 void build() {
2759 if (is_built) {
2760 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected