mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- more consistent naming:
* Versions that hold and manage their own memory:
IListStream, OListStream
* Versions that reference a fixed size external memory:
UIListStream, UOListStream
- use List storage instead of DynamicList within OListStream.
Avoids duplicate bookkeeping, more direct handling of resizing.
4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
Test-IListStream.C
|
|
|
|
EXE = $(FOAM_USER_APPBIN)/Test-IListStream
|