mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: tune efficiency of stringOps::trim
- move left/right positions prior to substr
This commit is contained in:
committed by
Andrew Heather
parent
60155bd90d
commit
71de630722
@ -70,7 +70,7 @@ int main(int argc, char *argv[])
|
||||
" $(DONOTSUBST) some other <${USER}> with '${__UNKNOWN:-some default}'"
|
||||
" value "
|
||||
" or with '${HOME:+Home was set}' via :+ alternative"
|
||||
" or with '${__UNKNOWN:+unknown}' empty"
|
||||
" or with '${__UNKNOWN:+unknown}' empty "
|
||||
);
|
||||
|
||||
setEnv("FOAM_CASE", cwd(), true);
|
||||
|
||||
Reference in New Issue
Block a user