View Issue Details

IDProjectCategoryView StatusLast Update
0000886OpenFOAMBugpublic2013-06-12 11:44
Reporternogenmyr Assigned Tohenry  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Summary0000886: sampling time format...
DescriptionThanks for nice fix of the engineTime restart issues (871). A related issue is the output time when sampling with probes. There, time will always be written in seconds, independent of user's time. A similar fix as in report 871 can be used for probes:

lines 79 & 103 in sampling/probes/probesTemplates.C
        probeStream << setw(w) << Field.time().timeToUserTime(vField.time().value());

and similar in:
lines 46 & 70 in sampling/probes/patchProbesTemplates.C
TagsNo tags attached.

Activities

henry

2013-06-12 11:44

manager   ~0002273

Thanks for the bug report.
Resolved by commit 1f2829340832367b572d9dadf4c8120707fc04f7

Issue History

Date Modified Username Field Change
2013-06-12 08:22 nogenmyr New Issue
2013-06-12 11:44 henry Note Added: 0002273
2013-06-12 11:44 henry Status new => resolved
2013-06-12 11:44 henry Resolution open => fixed
2013-06-12 11:44 henry Assigned To => henry