mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- SubField and SubList assign from zero
- SubField +=, -=, *=, /= operators
- SubList construct from UList (as per SubField)
Note: constructing an anonymous SubField or SubList with a single
parameter should use '{} instead of '()' to avoid compiler
ambiguities.
4 lines
57 B
Plaintext
4 lines
57 B
Plaintext
Test-SubField.C
|
|
|
|
EXE = $(FOAM_USER_APPBIN)/Test-SubField
|