MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / print

Method print

src/sys/output.cxx:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void Output::print(const std::string& message) {
75 if (!enabled) {
76 return; // Only output if to screen
77 }
78 std::cout << message;
79 std::cout.flush();
80}
81
82Output* Output::getInstance() {
83 static Output instance;

Callers 7

callMethod · 0.80
updateMatrix3DMethod · 0.80
runMethod · 0.80
TEST_FFunction · 0.80
rhsMethod · 0.80
barFunction · 0.80
test.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64