From 06c67945647ffaf73b9a1a13cf93e0fc97bdc070 Mon Sep 17 00:00:00 2001 From: rieger Date: Wed, 21 May 2008 15:25:09 +0200 Subject: [PATCH] changed usage of SizeX, SizeY as unit cell descriptors and Longitude, Lattitude als grid descriptors in structure.ini --- structure.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/structure.ini b/structure.ini index 01c4679..a867118 100644 --- a/structure.ini +++ b/structure.ini @@ -4,12 +4,12 @@ ; General Parameter section for the simulation ; [SimulationParameters] -; Definition of Unit Cell (Longitude, Latitide) and lattice mesh to be mapped on cell (SizeX, SizeY) +; Definition of Unit Cell (SizeX, SizeY) and lattice mesh to be mapped on cell (Longitude, Latitude) [UnitCell] -SizeX = 4 -SizeY = 4 -Longitude = 2 -Latitude = 1 +SizeX = 2 +SizeY = 1 +Longitude = 4 +Latitude = 4 ; Definition of surface structure [Surface] -- 2.11.4.GIT