| 1747 | } |
| 1748 | |
| 1749 | virtual void PrintReport (ostream & ost) const override |
| 1750 | { |
| 1751 | ost << scal << "*("; |
| 1752 | c1->PrintReport(ost); |
| 1753 | ost << ")"; |
| 1754 | } |
| 1755 | |
| 1756 | virtual string GetDescription() const override |
| 1757 | { |
nothing calls this directly
no test coverage detected