Skip to content

Commit

Permalink
fixed format of code block in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ritobias committed Aug 17, 2024
1 parent 55d20ae commit 01bfae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Field<double> g = 0;
onsites(ALL) f[X].gaussian_random();

foralldir(d){
g[ALL] += abs(f[X+d] - 2*f[X] + f[X-d]);
g[ALL] += abs(f[X + d] - 2 * f[X] + f[X - d]);
}
```
Expand Down

0 comments on commit 01bfae2

Please sign in to comment.