MCPcopy Create free account
hub / github.com/PowerGridModel/power-grid-model / AUpdate

Class AUpdate

tests/cpp_unit_tests/auxiliary/test_dataset.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 double a1{nan};
43};
44struct AUpdate {
45 static constexpr auto id_name = "id";
46 static constexpr auto a0_name = "a0";
47
48 ID id{na_IntID};
49 double a0{nan};
50};
51template <symmetry_tag symmetry> struct AOutput {
52 using sym = symmetry;
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected