View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000859 | OpenFOAM | Bug | public | 2013-05-21 08:39 | 2013-05-29 10:03 |
Reporter | jacob | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 12.04 |
Summary | 0000859: Debug output in AMIInterpolation::findTargetFace causes abort. | ||||
Description | Lines 217-222 of findTargetFace method in AMIInterpolation.C read if (debug) { Pout<< "Source point = " << srcPt << ", Sample point = " << sample.hitPoint() << ", Sample index = " << sample.index() << endl; } But whenever a hit was a miss, sample.hitPoint() will abort. A simple check like if (sample.hit()) ... is needed here. Thanks. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-05-21 08:39 | jacob | New Issue | |
2013-05-29 10:03 |
|
Note Added: 0002249 | |
2013-05-29 10:03 |
|
Status | new => resolved |
2013-05-29 10:03 |
|
Fixed in Version | => 2.2.x |
2013-05-29 10:03 |
|
Resolution | open => fixed |
2013-05-29 10:03 |
|
Assigned To | => user2 |