From 859d3efbd8c9bdc23b2034bc76f6437508b8254f Mon Sep 17 00:00:00 2001 From: hackbard Date: Mon, 13 Jul 2009 12:40:46 +0200 Subject: [PATCH] consistent 110 direction --- vasp_tools/create_lattice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1