From 1bfa87c73c3b67b383d9bc9d747e262691759fb7 Mon Sep 17 00:00:00 2001 From: vijay gopal chilkuri Date: Tue, 20 Dec 2016 12:23:59 +0100 Subject: [PATCH] list not working --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3db3899..feb3870 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ Double Exchange Hamiltonian: Complete Version ```shell export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION} export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION} -``` +```shell 2. Make the executable ```shell make ex1 -``` +```shell 3. Using DEHam ---------------