Skip to content

Commit

Permalink
fix nastran script environment variables 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldallolio committed Dec 13, 2015
1 parent 9f91771 commit 2fe8530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/nastran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

# ENV VARIABLES

export RFDIR=/usr/share/nastran/rf
export RFDIR=$nasthome/rf
export DIRCTY="${TMPDIR:-/tmp}"

export FT05=$1
Expand Down Expand Up @@ -55,7 +55,7 @@ export OCMEM="14000000"
export PROJ="."
# RUN NASTRAN

/usr/lib/nastran/nast-run
#gdb /usr/lib/nastran/nast-run
$nasthome/mds/nastran
#gdb $nasthome/mds/nastran


0 comments on commit 2fe8530

Please sign in to comment.