mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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.
This commit is contained in:
3
applications/test/flatOutput1/Make/files
Normal file
3
applications/test/flatOutput1/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-flatOuput1.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-flatOuput1
|
||||
2
applications/test/flatOutput1/Make/options
Normal file
2
applications/test/flatOutput1/Make/options
Normal file
@ -0,0 +1,2 @@
|
||||
/* EXE_INC = */
|
||||
/* EXE_LIBS = */
|
||||
Reference in New Issue
Block a user