Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ putBack
Function
putBack
src/OpenFOAM/dimensionSet/dimensionSetIO.C:204–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
203
204
void Foam::dimensionSet::tokeniser::putBack(const token& t)
205
{
206
if (size_ == 0)
207
{
208
push(t);
209
}
210
else
211
{
212
unpop(t);
213
}
214
}
215
216
217
void Foam::dimensionSet::round(const scalar tol)
Callers
nothing calls this directly
Calls
2
push
Function · 0.85
unpop
Function · 0.85
Tested by
no test coverage detected