Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ unpop
Function
unpop
src/OpenFOAM/dimensionSet/dimensionSetIO.C:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
void Foam::dimensionSet::tokeniser::unpop(const token& t)
75
{
76
++size_;
77
start_ = tokens_.rcIndex(start_);
78
tokens_[start_] = t;
79
}
80
81
82
bool Foam::dimensionSet::tokeniser::hasToken() const
Callers
1
putBack
Function · 0.85
Calls
1
rcIndex
Method · 0.45
Tested by
no test coverage detected