Skip to content

lima/trap-tube-shapeTesterFix - fix crashes in tube and trap shape testers due to missing StreamInfo() implementation

Guilherme Lima requested to merge lima/trap-tube-shapeTesterFix into master

Trapezoid and Tube shape testers were calling StreamInfo() to print shape parameters. Those calls were replaced with Print(cout) calls.

Moreover, StreamInfo() was completely removed from trapezoid and tube interfaces, and kept only at their USolids interface, UTrap and UTubs.

Merge request reports