openfoam/applications/test/dictionary2
Mark Olesen 77017e58f4 ENH: support token stream checking to entry (issue #762)
- Eg,
    scalar val(-GREAT);

    const entry* eptr = dict.findEntry(k);

    if (eptr)
    {
        val = eptr.get<scalar>();

        // Or
        eptr.readEntry(val);
    }
2018-10-16 11:13:35 +02:00
..
Make ENH: dictionary add/set methods now return a pointer to the entry 2017-11-08 17:43:28 +01:00
Test-dictionary2.C ENH: support token stream checking to entry (issue #762) 2018-10-16 11:13:35 +02:00