From 1871f8500c748a941954fe46f2a0503ebd5e0c72 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Fri, 18 Jan 2019 09:35:07 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c993dd1..e135b44 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ personal communication). These improvements reduce the fraction of CPU time spent on evaluating the recurrences for Y_lm coefficients, which means that computing multiple -simultaneous SHTs no longer have a big performance advantage compared to SHTs +simultaneous SHTs no longer has a big performance advantage compared to SHTs done one after the other. As a consequence, libsharp support for simultaneous SHTs was dropped, making its interface much simpler.