From: hackbard Date: Mon, 13 Jul 2009 10:40:46 +0000 (+0200) Subject: consistent 110 direction X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=commitdiff_plain;h=859d3efbd8c9bdc23b2034bc76f6437508b8254f consistent 110 direction --- diff --git a/vasp_tools/create_lattice.c b/vasp_tools/create_lattice.c index 4b258a0..6232cdf 100644 --- a/vasp_tools/create_lattice.c +++ b/vasp_tools/create_lattice.c @@ -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; }