Time: Simplification and rationalisation of userTime
First step towards merging userTime into Time so that post-processing tools operate with the same userTime mode as the solvers.
This commit is contained in:
@ -34,7 +34,7 @@ License
|
||||
template<class Type>
|
||||
Foam::scalar Foam::CLASS::t() const
|
||||
{
|
||||
return this->db().time().timeOutputValue();
|
||||
return this->db().time().userTime();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user