mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
adding <current> location to list of searched locations for foamLog.db
This commit is contained in:
@ -82,6 +82,7 @@ separated with '/' :
|
|||||||
The value taken will be the first (non-space)word after this column.
|
The value taken will be the first (non-space)word after this column.
|
||||||
The database ($PROGNAME.db) will taken from these locations:
|
The database ($PROGNAME.db) will taken from these locations:
|
||||||
|
|
||||||
|
.
|
||||||
$HOME/.OpenFOAM/$WM_PROJECT_VERSION
|
$HOME/.OpenFOAM/$WM_PROJECT_VERSION
|
||||||
$HOME/.OpenFOAM
|
$HOME/.OpenFOAM
|
||||||
$WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION
|
$WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION
|
||||||
@ -98,6 +99,7 @@ LABHELP
|
|||||||
|
|
||||||
# The various places to be searched:
|
# The various places to be searched:
|
||||||
for i in \
|
for i in \
|
||||||
|
. \
|
||||||
$HOME/.OpenFOAM/$WM_PROJECT_VERSION \
|
$HOME/.OpenFOAM/$WM_PROJECT_VERSION \
|
||||||
$HOME/.OpenFOAM \
|
$HOME/.OpenFOAM \
|
||||||
$WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION \
|
$WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION \
|
||||||
|
|||||||
Reference in New Issue
Block a user