diff options
author | Thomas White <taw@physics.org> | 2012-09-05 16:11:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-09-05 16:12:15 +0200 |
commit | ace568f10503f9157ab483bfce8577c22275e166 (patch) | |
tree | 73dd70a66678d23e900c60b9e912a19cf8ddda80 /scripts | |
parent | da432b8ea95f5d783aede76c06afb5d3e3fb680b (diff) |
scripts/gen-sfs-ano: Remove "-p" argument to get_hkl
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-sfs-ano | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-sfs-ano b/scripts/gen-sfs-ano index 05eb69d2..a23dab86 100755 --- a/scripts/gen-sfs-ano +++ b/scripts/gen-sfs-ano @@ -75,7 +75,7 @@ close(FILE); printf("End of reflections\n"); WIBBLE -get_hkl -i ${PDB}-temp2.hkl -o ${PDB}.hkl -p ${PDB} -y ${PG} --trim-centrics +get_hkl -i ${PDB}-temp2.hkl -o ${PDB}.hkl -y ${PG} --trim-centrics rm -f ${PDB}-temp1.hkl rm -f ${PDB}-temp2.hkl |