diff --git a/README b/README
index c20ff9605a5a2154529babda09b80a8246cde3d1..5e9568990f5a1ea0ea341d91df497bcc16c524cf 100644
--- a/README
+++ b/README
@@ -1,2 +1,31 @@
 #Email from SImon Leeman
 # Discussion at FLS2010
+Laurent,
+
+I have attached our Tracy-3 distribution as a tarball. I have also included some code (m4.cc) that should eventually become max-iv_lib.cc within the Tracy-3 distribution. It's a bit of a mess though. ;-)
+
+You will also find a lattice file for our base line design with four damping wigglers. The kick map for the damping wiggler is also attached.
+
+Let me know if you need anything else or have any questions.
+
+Regards,
+Simon
+
+
+
+
+
+Laurent,
+
+I have attached the Makefile.am I use to compile m4.cc. I also define several shell variables in my ~/.bashrc:
+
+export LIBPATH=/usr/local/gfortran/lib
+export LD_LIBRARY_PATH=/usr/local/gfortran/lib:/usr/local/lib:/usr/lib
+export NUM_REC=$HOME/num_rec
+export TRACY_LIB=$HOME/tracy/tracy-3.5
+export THOR_LIB=$HOME/Thor-2.0
+export LAT="$HOME/projects/in/lattice"
+
+Let me know if that allows you to compile...
+
+Simon
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 30ac3cb7a72f12388cee30ccee7d1ada3616cf55..0000000000000000000000000000000000000000
--- a/README.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Laurent,
-
-I have attached our Tracy-3 distribution as a tarball. I have also included some code (m4.cc) that should eventually become max-iv_lib.cc within the Tracy-3 distribution. It's a bit of a mess though. ;-)
-
-You will also find a lattice file for our base line design with four damping wigglers. The kick map for the damping wiggler is also attached.
-
-Let me know if you need anything else or have any questions.
-
-Regards,
-Simon
-
-
-
-
-
-Laurent,
-
-I have attached the Makefile.am I use to compile m4.cc. I also define several shell variables in my ~/.bashrc:
-
-export LIBPATH=/usr/local/gfortran/lib
-export LD_LIBRARY_PATH=/usr/local/gfortran/lib:/usr/local/lib:/usr/lib
-export NUM_REC=$HOME/num_rec
-export TRACY_LIB=$HOME/tracy/tracy-3.5
-export THOR_LIB=$HOME/Thor-2.0
-export LAT="$HOME/projects/in/lattice"
-
-Let me know if that allows you to compile...
-
-Simon
diff --git a/tracy/tools/checkcode.sh b/tracy/tools/checkcode.sh
index d91336d483b7583072779c3e2e82a1b7c261559b..0092052f73f4976b1f109f90a581c674905910a6 100755
--- a/tracy/tools/checkcode.sh
+++ b/tracy/tools/checkcode.sh
@@ -29,7 +29,7 @@ fi
 # compute and save result in _new
 if [ $1 == "compute" ]
 then 
-soltracy3 Input_checkcode.prm
+soltracy Input_checkcode.prm
 
 CMD='mv'