mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
read using number() instead of scalarToken()
This commit is contained in:
@ -367,7 +367,7 @@ Foam::genericFvPatchField<Type>::genericFvPatchField
|
||||
new scalarField
|
||||
(
|
||||
this->size(),
|
||||
fieldToken.scalarToken()
|
||||
fieldToken.number()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user