Skip to content

Commit

Permalink
Fix spacing in README
Browse files Browse the repository at this point in the history
  • Loading branch information
devreal authored Jun 10, 2024
1 parent 86317b9 commit 32a5a23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,20 @@ While it is possible to use specific TTG backend explicitly, by using the approp
Following the definition of this macro it is safe to include the top-level TTG header file:

```cpp
#include <ttg.h>
#include <ttg.h>
```

2. By including the corresponding backend-specific header directly:
- to use PaRSEC backend only, add:

```cpp
#include <ttg/parsec/ttg.h>
#include <ttg/parsec/ttg.h>
```

- to use the MADNESS backend only, add:

```cpp
#include <ttg/madness/ttg.h>
#include <ttg/madness/ttg.h>
```

This approach does not require inclusion of the top-level TTG header or definition of a backend selection macro.
Expand Down

0 comments on commit 32a5a23

Please sign in to comment.