mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: more consistent use of dimensioned Zero, scalar decimal points
- use scalar(0) instead of scalar(0.0) etc
This commit is contained in:
@ -101,7 +101,7 @@ if (mesh.changing())
|
||||
pcorrEqn.setReferences
|
||||
(
|
||||
validCells,
|
||||
scalar(0.0),
|
||||
scalar(0),
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user