mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: template ambiguity for 64-bit labels (issue #175)
This commit is contained in:
@ -1107,7 +1107,7 @@ void Foam::turbulentDFSEMInletFvPatchVectorField::write(Ostream& os) const
|
|||||||
writeEntryIfDifferent(os, "d", 1.0, d_);
|
writeEntryIfDifferent(os, "d", 1.0, d_);
|
||||||
writeEntryIfDifferent(os, "kappa", 0.41, kappa_);
|
writeEntryIfDifferent(os, "kappa", 0.41, kappa_);
|
||||||
writeEntryIfDifferent(os, "perturb", 1e-5, perturb_);
|
writeEntryIfDifferent(os, "perturb", 1e-5, perturb_);
|
||||||
writeEntryIfDifferent(os, "nCellPerEddy", 5, nCellPerEddy_);
|
writeEntryIfDifferent<label>(os, "nCellPerEddy", 5, nCellPerEddy_);
|
||||||
writeEntryIfDifferent(os, "writeEddies", false, writeEddies_);
|
writeEntryIfDifferent(os, "writeEddies", false, writeEddies_);
|
||||||
|
|
||||||
if (!interpolateR_)
|
if (!interpolateR_)
|
||||||
|
|||||||
Reference in New Issue
Block a user