mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: renamed convertTimeBase to more descriptive userTimeToTime
This commit is contained in:
committed by
Mark Olesen
parent
098aec4962
commit
f6ee1811e7
@ -43,7 +43,7 @@ Foam::TimeFunction1<Type>::TimeFunction1
|
||||
entry_(Function1<Type>::New(entryName, dict, &runTime))
|
||||
{
|
||||
// Time conversion now handled by Function1 directly
|
||||
// entry_->convertTimeBase(runTime);
|
||||
// entry_->userTimeToTime(runTime);
|
||||
}
|
||||
|
||||
|
||||
@ -83,7 +83,7 @@ template<class Type>
|
||||
void Foam::TimeFunction1<Type>::reset(const dictionary& dict)
|
||||
{
|
||||
entry_ = Function1<Type>::New(name_, dict, &time_);
|
||||
entry_->convertTimeBase(time_);
|
||||
entry_->userTimeToTime(time_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user