MCPcopy 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
57void MsgStack::pop() {
58 if (position <= 0) {
59 return;
60 }
61 BOUT_OMP_SAFE(single)
62 { --position; }
63}
64
65void MsgStack::pop(int id) {
66#if BOUT_USE_OPENMP

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64