MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / indent

Method indent

DEVELOPER/core/StandardStream.cpp:408–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406
407
408void
409StandardStream::indent(void)
410{
411 for (int i=0; i<numIndent; i++) {
412 cerr << indentString;
413 if (fileOpen != 0)
414 theFile << indentString;
415 }
416}
417
418int
419StandardStream::sendSelf(int commitTag, Channel &theChannel)

Callers 3

tagMethod · 0.95
attrMethod · 0.95
writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected