View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000193 | OpenFOAM | Bug | public | 2011-05-15 13:14 | 2011-05-18 17:03 |
Reporter | Assigned To | henry | |||
Priority | normal | Severity | major | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 11.04 |
Summary | 0000193: fvSolver::solve() must use fvMat_.psi_ instead of just psi_ from containing class fvMatrix | ||||
Description | In src/finiteVolume/fvMatrices/fvMatrix/fvMatrixSolve.C fvSolver::solve() references psi_ which is declared in fvMatrix, without actually referencing it through its fvMat_ member. Not sure how g++ automagically resolves this, but clang++ complains loudly. | ||||
Tags | No tags attached. | ||||