mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: fix use of "constant/triSurface" etc (#1887)
- use bracketed syntax (eg, "<constant>/triSurface") instead for implicit case resolution.
This commit is contained in:
@ -30,9 +30,9 @@ inertSpecie air;
|
||||
|
||||
chemistryReader foamChemistryReader;
|
||||
|
||||
foamChemistryFile "$FOAM_CASE/constant/include/reactions.air";
|
||||
foamChemistryFile "<constant>/include/reactions.air";
|
||||
|
||||
foamChemistryThermoFile "$FOAM_CASE/constant/include/thermo.air";
|
||||
foamChemistryThermoFile "<constant>/include/thermo.air";
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user