File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Foam::dimensionedScalar Foam::dimensionedConstant
122
122
123
123
if (!dict .found (group ))
124
124
{
125
- dict .add (group , dictionary :: null );
125
+ dict .add (group , dictionary () );
126
126
}
127
127
128
128
dict .subDict (group ).add (entryName , dimensionedValue );
@@ -163,7 +163,7 @@ Foam::dimensionedScalar Foam::dimensionedConstant
163
163
164
164
if (!dict .found (group ))
165
165
{
166
- dict .add (group , dictionary :: null );
166
+ dict .add (group , dictionary () );
167
167
}
168
168
169
169
dict .subDict (group ).add (entryName , dimensionedValue );
Original file line number Diff line number Diff line change 2
2
========= |
3
3
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4
4
\\ / O peration | Website: https://openfoam.org
5
- \\ / A nd | Copyright (C) 2020-2024 OpenFOAM Foundation
5
+ \\ / A nd | Copyright (C) 2020-2025 OpenFOAM Foundation
6
6
\\/ M anipulation |
7
7
-------------------------------------------------------------------------------
8
8
License
@@ -38,7 +38,7 @@ const Foam::wordList Foam::Function1s::Coded<Type>::codeKeys
38
38
template < class Type >
39
39
const Foam ::wordList Foam ::Function1s ::Coded < Type > ::codeDictVars
40
40
(
41
- {word :: null , word :: null }
41
+ {word () , word () }
42
42
) ;
43
43
44
44
Original file line number Diff line number Diff line change 2
2
========= |
3
3
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4
4
\\ / O peration | Website: https://openfoam.org
5
- \\ / A nd | Copyright (C) 2020-2024 OpenFOAM Foundation
5
+ \\ / A nd | Copyright (C) 2020-2025 OpenFOAM Foundation
6
6
\\/ M anipulation |
7
7
-------------------------------------------------------------------------------
8
8
License
@@ -38,7 +38,7 @@ const Foam::wordList Foam::Function2s::Coded<Type>::codeKeys
38
38
template < class Type >
39
39
const Foam ::wordList Foam ::Function2s ::Coded < Type > ::codeDictVars
40
40
(
41
- {word :: null , word :: null }
41
+ {word () , word () }
42
42
) ;
43
43
44
44
You can’t perform that action at this time.
0 commit comments