MCPcopy 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
204void 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
217void Foam::dimensionSet::round(const scalar tol)

Callers

nothing calls this directly

Calls 2

pushFunction · 0.85
unpopFunction · 0.85

Tested by

no test coverage detected