foamGet: added directory target for scalar field s

This commit is contained in:
Chris Greenshields
2018-11-26 11:20:53 +00:00
parent e353a07ecf
commit 062c956dfd

View File

@ -193,6 +193,9 @@ prefix="$1"
*Properties|*Cloud)
tgt="constant"
;;
s)
tgt="0"
;;
*)
tgt="system"
;;