From b26359165e2576d50a33e087353f55ec8fdad828 Mon Sep 17 00:00:00 2001 From: Matteo Cicuttin <datafl4sh@toxicnet.eu> Date: Tue, 16 Nov 2021 09:54:41 +0100 Subject: [PATCH] Reworded silo.c. --- silo_example/silo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/silo_example/silo.c b/silo_example/silo.c index 0eaf87b..cf38652 100644 --- a/silo_example/silo.c +++ b/silo_example/silo.c @@ -25,7 +25,8 @@ * If you are on other Unices or on Windows, it is likely that you will need * to compile the library yourself. In that case: * - * 1) Get https://wci.llnl.gov/sites/wci/files/2021-01/silo-4.10.2-bsd.tgz + * 1) Get the library from + https://wci.llnl.gov/sites/wci/files/2021-01/silo-4.10.2-bsd.tgz * 2) tar -zxvf silo-4.10.2-bsd.tgz * 3) cd silo-4.10.2-bsd * 4) export SILO_PREFIX=<path where you want to install silo> -- GitLab