Skip to content

Commit 4a4d72c

Browse files
committed
remove extraneous parens in SystemModelData.hpp
1 parent 26a6df4 commit 4a4d72c

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
@@ -123,7 +123,7 @@ namespace GridKit
123123
else if (kind == "bus_fault")
124124
{
125125
typename SystemModelData<RealT, IdxT>::BusFaultDataT bus_fault;
126-
raw_component.get_to((bus_fault));
126+
raw_component.get_to(bus_fault);
127127
sm.bus_fault.push_back(bus_fault);
128128
}
129129
else

0 commit comments

Comments
 (0)