ENH: improve flexiblity for flat output of items (#1929)
- change to a templated implementation instead of relying on the container's writeList() method. This inlines the generation while also adding the flexibility to define different delimiters (at compile time) without the performance penalty of passing run-time parameters.
Showing
- applications/test/flatOutput1/Make/files 3 additions, 0 deletionsapplications/test/flatOutput1/Make/files
- applications/test/flatOutput1/Make/options 2 additions, 0 deletionsapplications/test/flatOutput1/Make/options
- applications/test/flatOutput1/Test-flatOuput1.C 103 additions, 0 deletionsapplications/test/flatOutput1/Test-flatOuput1.C
- src/OpenFOAM/db/IOstreams/output/FlatOutput.H 247 additions, 0 deletionssrc/OpenFOAM/db/IOstreams/output/FlatOutput.H
- src/OpenFOAM/global/debug/debug.C 24 additions, 17 deletionssrc/OpenFOAM/global/debug/debug.C
Please register or sign in to comment