MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / printer_setMaxNumPrintedScalars

Function printer_setMaxNumPrintedScalars

quest/src/core/printer.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setMaxNumReportedItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected