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

Function printer_setMaxNumPrintedSigFig

quest/src/core/printer.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120int global_maxNumPrintedSigFigs = 5;
121
122void printer_setMaxNumPrintedSigFig(int numSigFigs) {
123
124 global_maxNumPrintedSigFigs = numSigFigs;
125}
126
127
128// user configuration of trailing newlines after reporters

Callers 1

setMaxNumReportedSigFigsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected