Skip to content

Commit

Permalink
In PyFerret ferret_paths.* source files, do not assign FER_EXTERNAL_F…
Browse files Browse the repository at this point in the history
…UNCTIONS, only PYFER_EXTERNAL_FUNCTIONS

git-svn-id: file:///home/users/tmap/svn/repos/ferret/branches/pyferret@21967 fdbf22ae-c210-0410-be80-ca943da6b8f8
  • Loading branch information
karlmsmith committed Jun 20, 2016
1 parent 8e27997 commit c7c297b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ferret_paths_template.csh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ setenv FER_GO ". ${FER_DIR}/go ${FER_DIR}/examples ${FER_DIR}/contrib"

## Space-separated list of directories containing traditional
## Ferret external function files (shared-object libraries)
setenv FER_EXTERNAL_FUNCTIONS "${FER_DIR}/ext_func/libs"
# setenv FER_EXTERNAL_FUNCTIONS "${FER_DIR}/ext_func/libs"
## PyFerret external function files (shared-object libraries)
setenv PYFER_EXTERNAL_FUNCTIONS "${FER_DIR}/ext_func/pylibs"

Expand Down
2 changes: 1 addition & 1 deletion bin/ferret_paths_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export FER_GO=". ${FER_DIR}/go ${FER_DIR}/examples ${FER_DIR}/contrib"

## Space-separated list of directories containing traditional
## Ferret external function files (shared-object libraries)
export FER_EXTERNAL_FUNCTIONS="${FER_DIR}/ext_func/libs"
# export FER_EXTERNAL_FUNCTIONS="${FER_DIR}/ext_func/libs"
## PyFerret external function files (shared-object libraries)
export PYFER_EXTERNAL_FUNCTIONS="${FER_DIR}/ext_func/pylibs"

Expand Down

0 comments on commit c7c297b

Please sign in to comment.