Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void 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
82
Output* Output::getInstance() {
83
static Output instance;
Callers
7
call
Method · 0.80
updateMatrix3D
Method · 0.80
run
Method · 0.80
TEST_F
Function · 0.80
rhs
Method · 0.80
bar
Function · 0.80
test.py
File · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64