consistent 110 direction
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Mon, 13 Jul 2009 10:40:46 +0000 (12:40 +0200)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Mon, 13 Jul 2009 10:40:46 +0000 (12:40 +0200)
vasp_tools/create_lattice.c

index 4b258a0..6232cdf 100644 (file)
@@ -71,8 +71,8 @@ int main(int argc,char **argv) {
        dia.z=0.25;
 
        if(type=='1') {
-               dia.x=0.5;
-               dia.y=0.0;
+               dia.x=0.0;
+               dia.y=0.5;
                dia.z=0.25;
        }