View Issue Details

IDProjectCategoryView StatusLast Update
0002188OpenFOAMBugpublic2016-11-17 16:25
Reporteruser696Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
Platformany 
Product Versiondev 
Summary0002188: triSurface IO operators are asymmetrical
DescriptionThe operator<<(Ostream&, const triSurface&) writes patches, points, faces.

However, the operator>>(Istream&, triSurface&) does not exist, and it resolves to operator>>(Istream&, List<labelledTri>&) via the PrimitivePatch parent.
This operator only reads faces.

The simple change would be to add an operator>>(Istream&, triSurface&) that delegates to the triSurface::read(Istream&) method.
TagsNo tags attached.

Activities

henry

2016-11-17 16:25

manager   ~0007228

Waiting for patch covered by the contributor agreement.

Issue History

Date Modified Username Field Change
2016-08-12 09:44 user696 New Issue
2016-11-17 16:25 henry Assigned To => henry
2016-11-17 16:25 henry Status new => closed
2016-11-17 16:25 henry Resolution open => suspended
2016-11-17 16:25 henry Note Added: 0007228