introduce a 2body bond function with callback, modified pair corr calc
[physik/posic.git] / pair_corr_calc_script
index 7f25a74..b005960 100755 (executable)
@@ -27,7 +27,11 @@ fi
 
 if [ "$3" = "g" ]; then
 
-pdir=`dirname $1`
+if [ -d $1 ]; then
+       pdir=$1
+else
+       pdir=`dirname $1`
+fi
 pfile=$pdir/pair_corr.scr
 
 cat > $pfile <<-EOF