Skip to content

Commit bd96414

Browse files
committed
Return radius for channel width
1 parent a2ca0fc commit bd96414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stlHandler/NetworkSTL.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ double NodeSTL::getGroundChannelWidth() {
319319
if (!ground) {
320320
throw std::domain_error("Tried to get ground normal vector of non-ground node.");
321321
}
322-
return channelOrder.at(0).channelPtr->getWidth();
322+
return radius;
323323
}
324324

325325
} // namespace stl

0 commit comments

Comments
 (0)