View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003769 | OpenFOAM | Bug | public | 2021-12-27 22:07 | 2021-12-27 23:27 |
Reporter | jheylmun | Assigned To | henry | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Other | OS Version | (please specify) |
Fixed in Version | dev | ||||
Summary | 0003769: CellCuts constructor with List<plane> cannot be used | ||||
Description | Because the plane class does not have a null constructor, it is not possible to create a list of planes for construction of the cellCuts class. | ||||
Tags | No tags attached. | ||||
|
Use PtrList for classes without a null constructor |
|
The cellCuts explicitly specifies a List so a PtrList cannot be used currently. |
|
> CellCuts constructor with List<plane> cannot be used Where is this needed in OpenFOAM? In what way is this a bug? I am unable to reproduce the problem, OpenFOAM-9 and OpenFOAM-dev compile fine without any error in CellCuts. |
|
I know it is not necessary for any current implementations, however I was looking to use it for additional development where cutting by planes is preferred. |
|
Resolved by commit d1d7963cf84c775c44ae1200d1393b95f961bd4f |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-12-27 22:07 | jheylmun | New Issue | |
2021-12-27 23:08 | henry | Note Added: 0012344 | |
2021-12-27 23:14 | jheylmun | Note Added: 0012346 | |
2021-12-27 23:18 | henry | Note Added: 0012347 | |
2021-12-27 23:23 | jheylmun | Note Added: 0012348 | |
2021-12-27 23:27 | henry | Assigned To | => henry |
2021-12-27 23:27 | henry | Status | new => resolved |
2021-12-27 23:27 | henry | Resolution | open => fixed |
2021-12-27 23:27 | henry | Fixed in Version | => dev |
2021-12-27 23:27 | henry | Note Added: 0012349 |