View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002740 | OpenFOAM | Bug | public | 2017-10-26 11:53 | 2017-10-26 15:55 |
Reporter | Thalenberghen | Assigned To | henry | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Independent | OS | Other | OS Version | (please specify) |
Product Version | dev | ||||
Summary | 0002740: Basic Matrix-Field Multiplication broken for Rectangular matrices | ||||
Description | In Matrix.C the basic Matrix-Field Multiplication reserves Memory for the result of length f.size(), whereas it then procedes to (correctly) write M.m() entries into it. This breaks if the two are not the same. | ||||
Steps To Reproduce | Obvious from code level. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-10-26 11:53 | Thalenberghen | New Issue | |
2017-10-26 15:55 | henry | Assigned To | => henry |
2017-10-26 15:55 | henry | Status | new => resolved |
2017-10-26 15:55 | henry | Resolution | open => fixed |
2017-10-26 15:55 | henry | Fixed in Version | => 5.x |
2017-10-26 15:55 | henry | Note Added: 0008944 |