Skip to content

Commit

Permalink
DoubleComplex to ComplexValue<symmetric_t>
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
  • Loading branch information
Jerry-Jinfeng-Guo committed Mar 7, 2024
1 parent 88e4e32 commit a4dd2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp_unit_tests/test_load_gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TEST_CASE("Test load generator") {
AsymGenerator const asym_gen_y{asym_load_gen_input, 10e3};

double const base_i = base_power_1p / (10e3 / sqrt3);
DoubleComplex const u{1.1 * std::exp(1.0i * 10.0)};
ComplexValue<symmetric_t> const u{1.1 * std::exp(1.0i * 10.0)};
ComplexValue<asymmetric_t> const ua{1.1 * std::exp(1.0i * 10.0)};
double const pf = 1 / sqrt(2.0);
double const s_pq = sqrt(2.0) * 3e6;
Expand Down

0 comments on commit a4dd2b2

Please sign in to comment.