Files
openfoam/applications/solvers/combustion/chemFoam/readControls.H
Mark Olesen f00c7a655c COMP: rename dictionary::read<T> to dictionary::readEntry<T>
- avoids compiler ambiguity when virtual methods such as
  IOdictionary::read() exist.

- the method was introduced in 1806, and was thus not yet widely used
2018-07-30 15:52:40 +02:00

4 lines
125 B
C

runTime.controlDict().readEntry("adjustTimeStep", adjustTimeStep);
runTime.controlDict().readEntry("maxDeltaT", maxDeltaT);