Skip to content

Commit

Permalink
found three missing / parts in bin/forcefn.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kousuke-nakano committed Sep 7, 2023
1 parent 75793c1 commit ee9b8b4
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 ee9b8b4

Please sign in to comment.