View Issue Details

IDProjectCategoryView StatusLast Update
0003223OpenFOAMBugpublic2019-04-17 16:23
Reportertniemi Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0003223: Function1, CSV.C missing "componentColumns"
DescriptionThe commit to rationalize writeEntry has broken the CSV-support for Function1

The line 274 in CSV.C is missing "componentColumns"-tag so writeEntry(os, componentColumns_) should be writeEntry(os, "componentColumns", componentColumns_)
https://github.com/OpenFOAM/OpenFOAM-dev/blob/bdd6174de673ae057b195d60daa244e8852aff0e/src/OpenFOAM/primitives/functions/Function1/CSV/CSV.C#L274

TagsNo tags attached.

Activities

henry

2019-04-17 16:23

manager   ~0010434

Thanks Timo

Resolved by commit 520fb8679c4f351c4d49b0499a368baef30ec8f1

Issue History

Date Modified Username Field Change
2019-04-17 08:41 tniemi New Issue
2019-04-17 16:23 henry Assigned To => henry
2019-04-17 16:23 henry Status new => resolved
2019-04-17 16:23 henry Resolution open => fixed
2019-04-17 16:23 henry Fixed in Version => dev
2019-04-17 16:23 henry Note Added: 0010434