| 110 | qindex global_maxNumPrintedCols = 4; |
| 111 | |
| 112 | void printer_setMaxNumPrintedScalars(qindex numRows, qindex numCols) { |
| 113 | |
| 114 | global_maxNumPrintedRows = numRows; |
| 115 | global_maxNumPrintedCols = numCols; |
| 116 | } |
| 117 | |
| 118 | |
| 119 | // user configuration of printed scalars |
no outgoing calls
no test coverage detected