Skip to content

Commit

Permalink
Merge pull request #77 from kousuke-nakano/devel-#75
Browse files Browse the repository at this point in the history
found three missing \$BASEDIR/ parts in bin/forcefn.sh
  • Loading branch information
kousuke-nakano authored Sep 7, 2023
2 parents d5a90a1 + ee9b8b4 commit d8d9e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/forcefn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ do
fi

echo " Force component $i " >> forces_fn.dat
echo "${scale_pulay}" | corrforza.x >> forces_fn.dat
echo "${scale_pulay}" | $BASEDIR/corrforza.x >> forces_fn.dat

done
fi
Expand Down Expand Up @@ -199,7 +199,7 @@ do
fi

echo "Parameter number $i" >> forces_fn.dat
corrforzap.x >> forces_fn.dat
$BASEDIR/corrforzap.x >> forces_fn.dat

done
fi
Expand All @@ -217,7 +217,7 @@ else
cp fort.21.1 fort.21
fi

echo "$1" | corrvar.x > pip0_fn.d
echo "$1" | $BASEDIR/corrvar.x > pip0_fn.d
echo " $2 $1 $3 1 " | $BASEDIR/readf.x $5

tail -1 fort.20 > c1val
Expand Down

0 comments on commit d8d9e6e

Please sign in to comment.