From 3a0e69a636c8c95f57f01e28b988311d1c3a4e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BCssmann?= <p.ruessmann@fz-juelich.de> Date: Thu, 12 May 2022 06:56:50 +0000 Subject: [PATCH] Minor changes to README of empty sphere program --- utils/EMPTY-SPHERES/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/EMPTY-SPHERES/README.txt b/utils/EMPTY-SPHERES/README.txt index 9a6367754..09e9d67aa 100644 --- a/utils/EMPTY-SPHERES/README.txt +++ b/utils/EMPTY-SPHERES/README.txt @@ -5,8 +5,8 @@ This program finds optimal positions for empty spheres in 3D-periodic lattices by means of a Monte-Carlo optimization. On input it requires the Bravais vectors, number and positions of basis sites -of the lattice (NFIX, RFIX), and wished number of empty spheres (NVAR) that it -positions on output at RVAR. +of the lattice, and wished number of empty spheres that it +positions on output. Created by Phivos Mavropoulos, 2013-2014. @@ -19,7 +19,7 @@ Compile with `make` in this folder Example Usage ------------- -For example input see inputcard in this folder +For example input see inputcard in this folder. Developer comments -- GitLab