Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boutproject/BOUT-dev
/ pop
Method
pop
src/sys/msg_stack.cxx:57–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void MsgStack::pop() {
58
if (position <= 0) {
59
return;
60
}
61
BOUT_OMP_SAFE(single)
62
{ --position; }
63
}
64
65
void MsgStack::pop(int id) {
66
#if BOUT_USE_OPENMP
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64