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

Function printPerRowIndent

quest/src/core/printer.cpp:645–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643
644
645void printPerRowIndent(string baseIndent, size_t row, string indentPerRow) {
646
647 cout << baseIndent;
648
649 // K. I. S. S.
650 for (size_t r=0; r<row; r++)
651 cout << indentPerRow;
652}
653
654
655void printRowInTwoQuadrants(

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected