mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
foamGet: added directory target for scalar field s
This commit is contained in:
@ -193,6 +193,9 @@ prefix="$1"
|
||||
*Properties|*Cloud)
|
||||
tgt="constant"
|
||||
;;
|
||||
s)
|
||||
tgt="0"
|
||||
;;
|
||||
*)
|
||||
tgt="system"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user