View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000776 | OpenFOAM | Bug | public | 2013-03-13 12:05 | 2013-03-13 12:14 |
Reporter | Assigned To | henry | |||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0000776: use of wrong "min" and "max" function for parallel cases in SLTSDdtScheme | ||||
Description | use of wrong "min" and "max" function for parallel cases, gives only min and max value of the master cpu file: SLTSDdtScheme.C, Line 390 current code: Info<< "max/min rDeltaT " << max(rDeltaT) << " " << min(rDeltaT) <<endl; correct code: Info<< "max/min rDeltaT " << gMax(rDeltaT) << " " << gMin(rDeltaT) <<endl; | ||||
Tags | No tags attached. | ||||