Merge branch 'master' into develop

This commit is contained in:
Andrew Heather
2017-03-21 13:36:26 +00:00
15 changed files with 69 additions and 36 deletions

View File

@ -38,7 +38,7 @@ void Foam::functionObjects::thermoCoupleProbes::sampleAndWrite
probeStream
<< setw(w)
<< vField.time().timeToUserTime(vField.time().value());
<< vField.time().timeOutputValue();
forAll(*this, probeI)
{