mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: temporalInterpolate: avoid implicit instant creation
This commit is contained in:
@ -112,7 +112,7 @@ void fieldInterpolator::interpolate()
|
|||||||
{
|
{
|
||||||
instant timej = instant(ti_.value() + (j + 1)*deltaT);
|
instant timej = instant(ti_.value() + (j + 1)*deltaT);
|
||||||
|
|
||||||
runTime_.setTime(timej.name(), 0);
|
runTime_.setTime(instant(timej.name()), 0);
|
||||||
|
|
||||||
Info<< timej.name();
|
Info<< timej.name();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user