]> www.hackdaworld.org Git - physik/posic.git/commitdiff
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 4b258a096697b2a99a555ceb52538497f488fd39..6232cdf6723e78fc72ceec53cb7d87334d4487cb 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;
        }