Skip to content

Commit 84fe668

Browse files
committed
remove extraneous parens in SystemModelData.hpp
1 parent bfa3f9b commit 84fe668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model/PhasorDynamics/SystemModelData.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace GridKit
120120
else if (kind == "bus_fault")
121121
{
122122
typename SystemModelData<RealT, IdxT>::BusFaultDataT bus_fault;
123-
raw_component.get_to((bus_fault));
123+
raw_component.get_to(bus_fault);
124124
sm.bus_fault.push_back(bus_fault);
125125
}
126126
else

0 commit comments

Comments
 (0)