mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- Eg,
scalar val(-GREAT);
const entry* eptr = dict.findEntry(k);
if (eptr)
{
val = eptr.get<scalar>();
// Or
eptr.readEntry(val);
}