View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001965 | OpenFOAM | public | 2016-01-07 09:37 | 2016-01-07 11:46 | |
Reporter | alexeym | Assigned To | henry | ||
Priority | normal | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001965: Private methods in protected section of the class (laplacianScheme.H) | ||||
Description | Copy constructor and bitwise assignment operator are in protected section of the class. In general they are in private section. | ||||
Steps To Reproduce | 1. Open laplacianScheme.H (https://github.com/OpenFOAM/OpenFOAM-3.0.x/blob/fa70714711c8cb1f70514442a5bef3983b771187/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H) 2. Go to line 80 (https://github.com/OpenFOAM/OpenFOAM-3.0.x/blob/fa70714711c8cb1f70514442a5bef3983b771187/src/finiteVolume/finiteVolume/laplacianSchemes/laplacianScheme/laplacianScheme.H#L80) | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-07 09:37 | alexeym | New Issue | |
2016-01-07 11:46 | henry | Note Added: 0005806 | |
2016-01-07 11:46 | henry | Status | new => resolved |
2016-01-07 11:46 | henry | Resolution | open => fixed |
2016-01-07 11:46 | henry | Assigned To | => henry |
2016-03-11 11:44 | administrator | Category | 3.0.1 => (No Category) |